Shades of Dark Orchid #A02BBC
Tints of Dark Orchid #A02BBC
RGB
CMYK
RGB Variations
Color information
#A02BBC (or 0xA02BBC) is known color: Dark Orchid. HEX triplet: A0, 2B and BC. RGB value is (160,43,188). Sum of RGB (Red+Green+Blue) = 160+43+188=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A02BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BBC is #5FD443. Grayscale: #5E5E5E. Windows color (decimal): -6280260 or 12331936. OLE color: 12331936.
HSL color Cylindrical-coordinate representation of color #A02BBC: hue angle of 288.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02BBC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 43 | 188 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.26 |
| HSL | 288.41º | 0.63% | 0.45% | - |
| HSV(B) | 288.41º | 0.77% | 0.74% | - |
| XYZ | 24.44 | 12.83 | 48.77 | - |
| YUV | 94.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 188 | 0.15 | 0.77 | 0 | 0.26 | 288.41 | 0.63 | 0.45 |
| Hex | A0 | 2B | BC | F | 4D | 0 | 1A | 120 | 3F | 2D |
| Octal | 240 | 53 | 274 | 17 | 115 | 0 | 32 | 440 | 77 | 55 |
| Binary | 10100000 | 101011 | 10111100 | 1111 | 1001101 | 0 | 11010 | 100100000 | 111111 | 101101 |
Color Harmonies of #A02BBC
Complementary color
Monochromatic Colors of #A02BBC
Black with #A02BBC
Text Example
Text Example
White with #A02BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BBC; }
p { color: rgb(160,43,188); }
H1.HeaderClassName
{
color: #A02BBC;
}
.AnyTagClassName
{
color: #A02BBC;
}
</style>
background-color css
<style>
a { background-color: #A02BBC; }
a { background-color: rgb(160,43,188); }
div.DivClassName
{
background-color: #A02BBC;
}
.BgClassName
{
background-color: #A02BBC;
}
</style>
border-color css
<style>
span { border-color: #A02BBC; }
span { border-color: rgb(160,43,188); }
td.TdClassName
{
border-color: #A02BBC;
}
.TagClassName
{
border-color: #A02BBC;
}
</style>