Shades of Dark Orchid #A039D2
Tints of Dark Orchid #A039D2
RGB
CMYK
RGB Variations
Color information
#A039D2 (or 0xA039D2) is known color: Dark Orchid. HEX triplet: A0, 39 and D2. RGB value is (160,57,210). Sum of RGB (Red+Green+Blue) = 160+57+210=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #A039D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039D2 is #5FC62D. Grayscale: #686868. Windows color (decimal): -6276654 or 13777312. OLE color: 13777312.
HSL color Cylindrical-coordinate representation of color #A039D2: hue angle of 280.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A039D2 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 57 | 210 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.18 |
| HSL | 280.39º | 0.63% | 0.52% | - |
| HSV(B) | 280.39º | 0.73% | 0.82% | - |
| XYZ | 27.59 | 15.05 | 62.42 | - |
| YUV | 105.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 210 | 0.24 | 0.73 | 0 | 0.18 | 280.39 | 0.63 | 0.52 |
| Hex | A0 | 39 | D2 | 18 | 49 | 0 | 12 | 118 | 3F | 34 |
| Octal | 240 | 71 | 322 | 30 | 111 | 0 | 22 | 430 | 77 | 64 |
| Binary | 10100000 | 111001 | 11010010 | 11000 | 1001001 | 0 | 10010 | 100011000 | 111111 | 110100 |
Color Harmonies of #A039D2
Complementary color
Monochromatic Colors of #A039D2
Black with #A039D2
Text Example
Text Example
White with #A039D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039D2; }
p { color: rgb(160,57,210); }
H1.HeaderClassName
{
color: #A039D2;
}
.AnyTagClassName
{
color: #A039D2;
}
</style>
background-color css
<style>
a { background-color: #A039D2; }
a { background-color: rgb(160,57,210); }
div.DivClassName
{
background-color: #A039D2;
}
.BgClassName
{
background-color: #A039D2;
}
</style>
border-color css
<style>
span { border-color: #A039D2; }
span { border-color: rgb(160,57,210); }
td.TdClassName
{
border-color: #A039D2;
}
.TagClassName
{
border-color: #A039D2;
}
</style>