#A639C9

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

Shades of Dark Orchid #A639C9

Tints of Dark Orchid #A639C9

Color information

#A639C9 (or 0xA639C9) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and C9. RGB value is (166,57,201). Sum of RGB (Red+Green+Blue) = 166+57+201=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #A639C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639C9 is #59C636. Grayscale: #696969. Windows color (decimal): -5883447 or 13187494. OLE color: 13187494.

HSL color Cylindrical-coordinate representation of color #A639C9: hue angle of 285.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A639C9 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16657201-
CMYK0.170.7200.21
HSL285.42º57.14%50.59%-
HSV(B)285.42º71.64%78.82%-
XYZ27.7315.2556.74-
YUV106.01181.61170.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 57 (22.66% from 255) = 13.44%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=39.15%
G=13.44%
B=47.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166572010.170.7200.21285.4257.1450.59
HexA639C9114801511d3933
Octal24671311211100254357163
Binary1010011011100111001001100011001000010101100011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639C9; }

 p { color: rgb(166,57,201); }

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

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

 a { background-color: rgb(166,57,201); }

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

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

 span { border-color: rgb(166,57,201); }

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