Shades of Dark Orchid #A01ABC
Tints of Dark Orchid #A01ABC
RGB
CMYK
RGB Variations
Color information
#A01ABC (or 0xA01ABC) is known color: Dark Orchid. HEX triplet: A0, 1A and BC. RGB value is (160,26,188). Sum of RGB (Red+Green+Blue) = 160+26+188=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A01ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ABC is #5FE543. Grayscale: #545454. Windows color (decimal): -6284612 or 12327584. OLE color: 12327584.
HSL color Cylindrical-coordinate representation of color #A01ABC: hue angle of 289.63º degrees, saturation: 0.76, 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 #A01ABC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 26 | 188 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.26 |
| HSL | 289.63º | 0.76% | 0.42% | - |
| HSV(B) | 289.63º | 0.86% | 0.74% | - |
| XYZ | 23.94 | 11.84 | 48.6 | - |
| YUV | 84.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 188 | 0.15 | 0.86 | 0 | 0.26 | 289.63 | 0.76 | 0.42 |
| Hex | A0 | 1A | BC | F | 56 | 0 | 1A | 122 | 4C | 2A |
| Octal | 240 | 32 | 274 | 17 | 126 | 0 | 32 | 442 | 114 | 52 |
| Binary | 10100000 | 11010 | 10111100 | 1111 | 1010110 | 0 | 11010 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A01ABC
Complementary color
Monochromatic Colors of #A01ABC
Black with #A01ABC
Text Example
Text Example
White with #A01ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ABC; }
p { color: rgb(160,26,188); }
H1.HeaderClassName
{
color: #A01ABC;
}
.AnyTagClassName
{
color: #A01ABC;
}
</style>
background-color css
<style>
a { background-color: #A01ABC; }
a { background-color: rgb(160,26,188); }
div.DivClassName
{
background-color: #A01ABC;
}
.BgClassName
{
background-color: #A01ABC;
}
</style>
border-color css
<style>
span { border-color: #A01ABC; }
span { border-color: rgb(160,26,188); }
td.TdClassName
{
border-color: #A01ABC;
}
.TagClassName
{
border-color: #A01ABC;
}
</style>