#A639B4

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

Shades of Dark Orchid #A639B4

Tints of Dark Orchid #A639B4

Color information

#A639B4 (or 0xA639B4) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and B4. RGB value is (166,57,180). Sum of RGB (Red+Green+Blue) = 166+57+180=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A639B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639B4 is #59C64B. Grayscale: #676767. Windows color (decimal): -5883468 or 11811238. OLE color: 11811238.

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

Color convert

RGB16657180-
CMYK0.080.6800.29
HSL293.17º51.9%46.47%-
HSV(B)293.17º68.33%70.59%-
XYZ25.4314.3344.61-
YUV103.61171.11172.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=41.19%
G=14.14%
B=44.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166571800.080.6800.29293.1751.946.47
HexA639B484401D125342e
Octal24671264101040354456456
Binary101001101110011011010010001000100011101100100101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639B4; }

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

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

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

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

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

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

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

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