Shades of Dark Orchid #A02FB9
Tints of Dark Orchid #A02FB9
RGB
CMYK
RGB Variations
Color information
#A02FB9 (or 0xA02FB9) is known color: Dark Orchid. HEX triplet: A0, 2F and B9. RGB value is (160,47,185). Sum of RGB (Red+Green+Blue) = 160+47+185=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #A02FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB9 is #5FD046. Grayscale: #606060. Windows color (decimal): -6279239 or 12136352. OLE color: 12136352.
HSL color Cylindrical-coordinate representation of color #A02FB9: hue angle of 289.13º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02FB9 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 47 | 185 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.27 |
| HSL | 289.13º | 0.59% | 0.45% | - |
| HSV(B) | 289.13º | 0.75% | 0.73% | - |
| XYZ | 24.27 | 13.01 | 47.13 | - |
| YUV | 96.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 185 | 0.14 | 0.75 | 0 | 0.27 | 289.13 | 0.59 | 0.45 |
| Hex | A0 | 2F | B9 | E | 4B | 0 | 1B | 121 | 3B | 2D |
| Octal | 240 | 57 | 271 | 16 | 113 | 0 | 33 | 441 | 73 | 55 |
| Binary | 10100000 | 101111 | 10111001 | 1110 | 1001011 | 0 | 11011 | 100100001 | 111011 | 101101 |
Color Harmonies of #A02FB9
Complementary color
Monochromatic Colors of #A02FB9
Black with #A02FB9
Text Example
Text Example
White with #A02FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FB9; }
p { color: rgb(160,47,185); }
H1.HeaderClassName
{
color: #A02FB9;
}
.AnyTagClassName
{
color: #A02FB9;
}
</style>
background-color css
<style>
a { background-color: #A02FB9; }
a { background-color: rgb(160,47,185); }
div.DivClassName
{
background-color: #A02FB9;
}
.BgClassName
{
background-color: #A02FB9;
}
</style>
border-color css
<style>
span { border-color: #A02FB9; }
span { border-color: rgb(160,47,185); }
td.TdClassName
{
border-color: #A02FB9;
}
.TagClassName
{
border-color: #A02FB9;
}
</style>