#A639B5

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

Shades of Dark Orchid #A639B5

Tints of Dark Orchid #A639B5

Color information

#A639B5 (or 0xA639B5) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and B5. RGB value is (166,57,181). Sum of RGB (Red+Green+Blue) = 166+57+181=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #A639B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639B5 is #59C64A. Grayscale: #676767. Windows color (decimal): -5883467 or 11876774. OLE color: 11876774.

HSL color Cylindrical-coordinate representation of color #A639B5: hue angle of 292.74º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A639B5 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16657181-
CMYK0.080.6900.29
HSL292.74º52.1%46.67%-
HSV(B)292.74º68.51%70.98%-
XYZ25.5314.3745.14-
YUV103.73171.61172.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=41.09%
G=14.11%
B=44.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166571810.080.6900.29292.7452.146.67
HexA639B584501D125342f
Octal24671265101050354456457
Binary101001101110011011010110001000101011101100100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639B5; }

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

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

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

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

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

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

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

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