Shades of Dark Orchid #A01BBA
Tints of Dark Orchid #A01BBA
RGB
CMYK
RGB Variations
Color information
#A01BBA (or 0xA01BBA) is known color: Dark Orchid. HEX triplet: A0, 1B and BA. RGB value is (160,27,186). Sum of RGB (Red+Green+Blue) = 160+27+186=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A01BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BBA is #5FE445. Grayscale: #545454. Windows color (decimal): -6284358 or 12196768. OLE color: 12196768.
HSL color Cylindrical-coordinate representation of color #A01BBA: hue angle of 290.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01BBA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 27 | 186 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.27 |
| HSL | 290.19º | 0.75% | 0.42% | - |
| HSV(B) | 290.19º | 0.85% | 0.73% | - |
| XYZ | 23.75 | 11.8 | 47.48 | - |
| YUV | 84.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 186 | 0.14 | 0.85 | 0 | 0.27 | 290.19 | 0.75 | 0.42 |
| Hex | A0 | 1B | BA | E | 55 | 0 | 1B | 122 | 4B | 2A |
| Octal | 240 | 33 | 272 | 16 | 125 | 0 | 33 | 442 | 113 | 52 |
| Binary | 10100000 | 11011 | 10111010 | 1110 | 1010101 | 0 | 11011 | 100100010 | 1001011 | 101010 |
Color Harmonies of #A01BBA
Complementary color
Monochromatic Colors of #A01BBA
Black with #A01BBA
Text Example
Text Example
White with #A01BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BBA; }
p { color: rgb(160,27,186); }
H1.HeaderClassName
{
color: #A01BBA;
}
.AnyTagClassName
{
color: #A01BBA;
}
</style>
background-color css
<style>
a { background-color: #A01BBA; }
a { background-color: rgb(160,27,186); }
div.DivClassName
{
background-color: #A01BBA;
}
.BgClassName
{
background-color: #A01BBA;
}
</style>
border-color css
<style>
span { border-color: #A01BBA; }
span { border-color: rgb(160,27,186); }
td.TdClassName
{
border-color: #A01BBA;
}
.TagClassName
{
border-color: #A01BBA;
}
</style>