Shades of Dark Orchid #A12ACE
Tints of Dark Orchid #A12ACE
RGB
CMYK
RGB Variations
Color information
#A12ACE (or 0xA12ACE) is known color: Dark Orchid. HEX triplet: A1, 2A and CE. RGB value is (161,42,206). Sum of RGB (Red+Green+Blue) = 161+42+206=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #A12ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ACE is #5ED531. Grayscale: #5F5F5F. Windows color (decimal): -6214962 or 13511329. OLE color: 13511329.
HSL color Cylindrical-coordinate representation of color #A12ACE: hue angle of 283.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12ACE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 42 | 206 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.19 |
| HSL | 283.54º | 0.66% | 0.49% | - |
| HSV(B) | 283.54º | 0.8% | 0.81% | - |
| XYZ | 26.67 | 13.69 | 59.63 | - |
| YUV | 96.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 206 | 0.22 | 0.80 | 0 | 0.19 | 283.54 | 0.66 | 0.49 |
| Hex | A1 | 2A | CE | 16 | 50 | 0 | 13 | 11C | 42 | 31 |
| Octal | 241 | 52 | 316 | 26 | 120 | 0 | 23 | 434 | 102 | 61 |
| Binary | 10100001 | 101010 | 11001110 | 10110 | 1010000 | 0 | 10011 | 100011100 | 1000010 | 110001 |
Color Harmonies of #A12ACE
Complementary color
Monochromatic Colors of #A12ACE
Black with #A12ACE
Text Example
Text Example
White with #A12ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12ACE; }
p { color: rgb(161,42,206); }
H1.HeaderClassName
{
color: #A12ACE;
}
.AnyTagClassName
{
color: #A12ACE;
}
</style>
background-color css
<style>
a { background-color: #A12ACE; }
a { background-color: rgb(161,42,206); }
div.DivClassName
{
background-color: #A12ACE;
}
.BgClassName
{
background-color: #A12ACE;
}
</style>
border-color css
<style>
span { border-color: #A12ACE; }
span { border-color: rgb(161,42,206); }
td.TdClassName
{
border-color: #A12ACE;
}
.TagClassName
{
border-color: #A12ACE;
}
</style>