Shades of Dark Orchid #A02FB8
Tints of Dark Orchid #A02FB8
RGB
CMYK
RGB Variations
Color information
#A02FB8 (or 0xA02FB8) is known color: Dark Orchid. HEX triplet: A0, 2F and B8. RGB value is (160,47,184). Sum of RGB (Red+Green+Blue) = 160+47+184=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #A02FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB8 is #5FD047. Grayscale: #5F5F5F. Windows color (decimal): -6279240 or 12070816. OLE color: 12070816.
HSL color Cylindrical-coordinate representation of color #A02FB8: hue angle of 289.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02FB8 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 47 | 184 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.28 |
| HSL | 289.49º | 0.59% | 0.45% | - |
| HSV(B) | 289.49º | 0.74% | 0.72% | - |
| XYZ | 24.17 | 12.97 | 46.58 | - |
| YUV | 96.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 184 | 0.13 | 0.74 | 0 | 0.28 | 289.49 | 0.59 | 0.45 |
| Hex | A0 | 2F | B8 | D | 4A | 0 | 1C | 121 | 3B | 2D |
| Octal | 240 | 57 | 270 | 15 | 112 | 0 | 34 | 441 | 73 | 55 |
| Binary | 10100000 | 101111 | 10111000 | 1101 | 1001010 | 0 | 11100 | 100100001 | 111011 | 101101 |
Color Harmonies of #A02FB8
Complementary color
Monochromatic Colors of #A02FB8
Black with #A02FB8
Text Example
Text Example
White with #A02FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FB8; }
p { color: rgb(160,47,184); }
H1.HeaderClassName
{
color: #A02FB8;
}
.AnyTagClassName
{
color: #A02FB8;
}
</style>
background-color css
<style>
a { background-color: #A02FB8; }
a { background-color: rgb(160,47,184); }
div.DivClassName
{
background-color: #A02FB8;
}
.BgClassName
{
background-color: #A02FB8;
}
</style>
border-color css
<style>
span { border-color: #A02FB8; }
span { border-color: rgb(160,47,184); }
td.TdClassName
{
border-color: #A02FB8;
}
.TagClassName
{
border-color: #A02FB8;
}
</style>