Shades of Dark Orchid #A02DBB
Tints of Dark Orchid #A02DBB
RGB
CMYK
RGB Variations
Color information
#A02DBB (or 0xA02DBB) is known color: Dark Orchid. HEX triplet: A0, 2D and BB. RGB value is (160,45,187). Sum of RGB (Red+Green+Blue) = 160+45+187=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #A02DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DBB is #5FD244. Grayscale: #5F5F5F. Windows color (decimal): -6279749 or 12266912. OLE color: 12266912.
HSL color Cylindrical-coordinate representation of color #A02DBB: hue angle of 288.59º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02DBB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 45 | 187 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.27 |
| HSL | 288.59º | 0.61% | 0.45% | - |
| HSV(B) | 288.59º | 0.76% | 0.73% | - |
| XYZ | 24.41 | 12.94 | 48.22 | - |
| YUV | 95.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 187 | 0.14 | 0.76 | 0 | 0.27 | 288.59 | 0.61 | 0.45 |
| Hex | A0 | 2D | BB | E | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 240 | 55 | 273 | 16 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10100000 | 101101 | 10111011 | 1110 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #A02DBB
Complementary color
Monochromatic Colors of #A02DBB
Black with #A02DBB
Text Example
Text Example
White with #A02DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DBB; }
p { color: rgb(160,45,187); }
H1.HeaderClassName
{
color: #A02DBB;
}
.AnyTagClassName
{
color: #A02DBB;
}
</style>
background-color css
<style>
a { background-color: #A02DBB; }
a { background-color: rgb(160,45,187); }
div.DivClassName
{
background-color: #A02DBB;
}
.BgClassName
{
background-color: #A02DBB;
}
</style>
border-color css
<style>
span { border-color: #A02DBB; }
span { border-color: rgb(160,45,187); }
td.TdClassName
{
border-color: #A02DBB;
}
.TagClassName
{
border-color: #A02DBB;
}
</style>