Shades of Dark Orchid #A01BAB
Tints of Dark Orchid #A01BAB
RGB
CMYK
RGB Variations
Color information
#A01BAB (or 0xA01BAB) is known color: Dark Orchid. HEX triplet: A0, 1B and AB. RGB value is (160,27,171). Sum of RGB (Red+Green+Blue) = 160+27+171=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A01BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BAB is #5FE454. Grayscale: #525252. Windows color (decimal): -6284373 or 11213728. OLE color: 11213728.
HSL color Cylindrical-coordinate representation of color #A01BAB: hue angle of 295.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01BAB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 27 | 171 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.33 |
| HSL | 295.42º | 0.73% | 0.39% | - |
| HSV(B) | 295.42º | 0.84% | 0.67% | - |
| XYZ | 22.24 | 11.2 | 39.52 | - |
| YUV | 83.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 171 | 0.06 | 0.84 | 0 | 0.33 | 295.42 | 0.73 | 0.39 |
| Hex | A0 | 1B | AB | 6 | 54 | 0 | 21 | 127 | 49 | 27 |
| Octal | 240 | 33 | 253 | 6 | 124 | 0 | 41 | 447 | 111 | 47 |
| Binary | 10100000 | 11011 | 10101011 | 110 | 1010100 | 0 | 100001 | 100100111 | 1001001 | 100111 |
Color Harmonies of #A01BAB
Complementary color
Monochromatic Colors of #A01BAB
Black with #A01BAB
Text Example
Text Example
White with #A01BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BAB; }
p { color: rgb(160,27,171); }
H1.HeaderClassName
{
color: #A01BAB;
}
.AnyTagClassName
{
color: #A01BAB;
}
</style>
background-color css
<style>
a { background-color: #A01BAB; }
a { background-color: rgb(160,27,171); }
div.DivClassName
{
background-color: #A01BAB;
}
.BgClassName
{
background-color: #A01BAB;
}
</style>
border-color css
<style>
span { border-color: #A01BAB; }
span { border-color: rgb(160,27,171); }
td.TdClassName
{
border-color: #A01BAB;
}
.TagClassName
{
border-color: #A01BAB;
}
</style>