Shades of Dark Orchid #A01BBC
Tints of Dark Orchid #A01BBC
RGB
CMYK
RGB Variations
Color information
#A01BBC (or 0xA01BBC) is known color: Dark Orchid. HEX triplet: A0, 1B and BC. RGB value is (160,27,188). Sum of RGB (Red+Green+Blue) = 160+27+188=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A01BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BBC is #5FE443. Grayscale: #545454. Windows color (decimal): -6284356 or 12327840. OLE color: 12327840.
HSL color Cylindrical-coordinate representation of color #A01BBC: hue angle of 289.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01BBC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 27 | 188 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.26 |
| HSL | 289.57º | 0.75% | 0.42% | - |
| HSV(B) | 289.57º | 0.86% | 0.74% | - |
| XYZ | 23.97 | 11.89 | 48.61 | - |
| YUV | 85.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 188 | 0.15 | 0.86 | 0 | 0.26 | 289.57 | 0.75 | 0.42 |
| Hex | A0 | 1B | BC | F | 56 | 0 | 1A | 122 | 4B | 2A |
| Octal | 240 | 33 | 274 | 17 | 126 | 0 | 32 | 442 | 113 | 52 |
| Binary | 10100000 | 11011 | 10111100 | 1111 | 1010110 | 0 | 11010 | 100100010 | 1001011 | 101010 |
Color Harmonies of #A01BBC
Complementary color
Monochromatic Colors of #A01BBC
Black with #A01BBC
Text Example
Text Example
White with #A01BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BBC; }
p { color: rgb(160,27,188); }
H1.HeaderClassName
{
color: #A01BBC;
}
.AnyTagClassName
{
color: #A01BBC;
}
</style>
background-color css
<style>
a { background-color: #A01BBC; }
a { background-color: rgb(160,27,188); }
div.DivClassName
{
background-color: #A01BBC;
}
.BgClassName
{
background-color: #A01BBC;
}
</style>
border-color css
<style>
span { border-color: #A01BBC; }
span { border-color: rgb(160,27,188); }
td.TdClassName
{
border-color: #A01BBC;
}
.TagClassName
{
border-color: #A01BBC;
}
</style>