#A641C7

Color #A641C7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A641C7

Tints of Dark Orchid #A641C7

Color information

#A641C7 (or 0xA641C7) is unknown color: approx Dark Orchid. HEX triplet: A6, 41 and C7. RGB value is (166,65,199). Sum of RGB (Red+Green+Blue) = 166+65+199=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #A641C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641C7 is #59BE38. Grayscale: #6E6E6E. Windows color (decimal): -5881401 or 13058470. OLE color: 13058470.

HSL color Cylindrical-coordinate representation of color #A641C7: hue angle of 285.22º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A641C7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16665199-
CMYK0.170.6700.22
HSL285.22º54.47%51.76%-
HSV(B)285.22º67.34%78.04%-
XYZ27.9216.0155.65-
YUV110.48177.96167.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=38.60%
G=15.12%
B=46.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166651990.170.6700.22285.2254.4751.76
HexA641C7114301611d3634
Octal246101307211030264356664
Binary10100110100000111000111100011000011010110100011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641C7; }

 p { color: rgb(166,65,199); }

 H1.HeaderClassName
 {
   color: #A641C7;
 }
 .AnyTagClassName
 {
   color: #A641C7;
 }
</style>
background-color css

<style>
 a { background-color: #A641C7; }

 a { background-color: rgb(166,65,199); }

 div.DivClassName
 {
   background-color: #A641C7;
 }
 .BgClassName
 {
   background-color: #A641C7;
 }
</style>
border-color css

<style>
 span { border-color: #A641C7; }

 span { border-color: rgb(166,65,199); }

 td.TdClassName
 {
   border-color: #A641C7;
 }
 .TagClassName
 {
   border-color: #A641C7;
 }
</style>