Shades of Dark Orchid #A01BAE
Tints of Dark Orchid #A01BAE
RGB
CMYK
RGB Variations
Color information
#A01BAE (or 0xA01BAE) is known color: Dark Orchid. HEX triplet: A0, 1B and AE. RGB value is (160,27,174). Sum of RGB (Red+Green+Blue) = 160+27+174=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BAE is #5FE451. Grayscale: #535353. Windows color (decimal): -6284370 or 11410336. OLE color: 11410336.
HSL color Cylindrical-coordinate representation of color #A01BAE: hue angle of 294.29º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01BAE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 27 | 174 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.32 |
| HSL | 294.29º | 0.73% | 0.39% | - |
| HSV(B) | 294.29º | 0.84% | 0.68% | - |
| XYZ | 22.53 | 11.31 | 41.04 | - |
| YUV | 83.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 174 | 0.08 | 0.84 | 0 | 0.32 | 294.29 | 0.73 | 0.39 |
| Hex | A0 | 1B | AE | 8 | 54 | 0 | 20 | 126 | 49 | 27 |
| Octal | 240 | 33 | 256 | 10 | 124 | 0 | 40 | 446 | 111 | 47 |
| Binary | 10100000 | 11011 | 10101110 | 1000 | 1010100 | 0 | 100000 | 100100110 | 1001001 | 100111 |
Color Harmonies of #A01BAE
Complementary color
Monochromatic Colors of #A01BAE
Black with #A01BAE
Text Example
Text Example
White with #A01BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BAE; }
p { color: rgb(160,27,174); }
H1.HeaderClassName
{
color: #A01BAE;
}
.AnyTagClassName
{
color: #A01BAE;
}
</style>
background-color css
<style>
a { background-color: #A01BAE; }
a { background-color: rgb(160,27,174); }
div.DivClassName
{
background-color: #A01BAE;
}
.BgClassName
{
background-color: #A01BAE;
}
</style>
border-color css
<style>
span { border-color: #A01BAE; }
span { border-color: rgb(160,27,174); }
td.TdClassName
{
border-color: #A01BAE;
}
.TagClassName
{
border-color: #A01BAE;
}
</style>