#A639DD

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

Shades of Dark Orchid #A639DD

Tints of Dark Orchid #A639DD

Color information

#A639DD (or 0xA639DD) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and DD. RGB value is (166,57,221). Sum of RGB (Red+Green+Blue) = 166+57+221=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A639DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639DD is #59C622. Grayscale: #6B6B6B. Windows color (decimal): -5883427 or 14498214. OLE color: 14498214.

HSL color Cylindrical-coordinate representation of color #A639DD: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A639DD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16657221-
CMYK0.250.7400.13
HSL279.88º70.69%54.51%-
HSV(B)279.88º74.21%86.67%-
XYZ30.2416.2569.95-
YUV108.29191.61169.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=37.39%
G=12.84%
B=49.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166572210.250.7400.13279.8870.6954.51
HexA639DD194A0D1184737
Octal246713353111201543010767
Binary1010011011100111011101110011001010011011000110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639DD; }

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

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

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

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

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

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

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

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