Shades of Dark Orchid #A01ACE
Tints of Dark Orchid #A01ACE
RGB
CMYK
RGB Variations
Color information
#A01ACE (or 0xA01ACE) is known color: Dark Orchid. HEX triplet: A0, 1A and CE. RGB value is (160,26,206). Sum of RGB (Red+Green+Blue) = 160+26+206=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ACE is #5FE531. Grayscale: #565656. Windows color (decimal): -6284594 or 13507232. OLE color: 13507232.
HSL color Cylindrical-coordinate representation of color #A01ACE: hue angle of 284.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01ACE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 26 | 206 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.19 |
| HSL | 284.67º | 0.78% | 0.45% | - |
| HSV(B) | 284.67º | 0.87% | 0.81% | - |
| XYZ | 26.01 | 12.67 | 59.47 | - |
| YUV | 86.59 | 195.39 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 206 | 0.22 | 0.87 | 0 | 0.19 | 284.67 | 0.78 | 0.45 |
| Hex | A0 | 1A | CE | 16 | 57 | 0 | 13 | 11D | 4E | 2D |
| Octal | 240 | 32 | 316 | 26 | 127 | 0 | 23 | 435 | 116 | 55 |
| Binary | 10100000 | 11010 | 11001110 | 10110 | 1010111 | 0 | 10011 | 100011101 | 1001110 | 101101 |
Color Harmonies of #A01ACE
Complementary color
Monochromatic Colors of #A01ACE
Black with #A01ACE
Text Example
Text Example
White with #A01ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ACE; }
p { color: rgb(160,26,206); }
H1.HeaderClassName
{
color: #A01ACE;
}
.AnyTagClassName
{
color: #A01ACE;
}
</style>
background-color css
<style>
a { background-color: #A01ACE; }
a { background-color: rgb(160,26,206); }
div.DivClassName
{
background-color: #A01ACE;
}
.BgClassName
{
background-color: #A01ACE;
}
</style>
border-color css
<style>
span { border-color: #A01ACE; }
span { border-color: rgb(160,26,206); }
td.TdClassName
{
border-color: #A01ACE;
}
.TagClassName
{
border-color: #A01ACE;
}
</style>