Shades of Dark Orchid #A12DCE
Tints of Dark Orchid #A12DCE
RGB
CMYK
RGB Variations
Color information
#A12DCE (or 0xA12DCE) is known color: Dark Orchid. HEX triplet: A1, 2D and CE. RGB value is (161,45,206). Sum of RGB (Red+Green+Blue) = 161+45+206=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #A12DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DCE is #5ED231. Grayscale: #616161. Windows color (decimal): -6214194 or 13512097. OLE color: 13512097.
HSL color Cylindrical-coordinate representation of color #A12DCE: hue angle of 283.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12DCE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 45 | 206 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.19 |
| HSL | 283.23º | 0.64% | 0.49% | - |
| HSV(B) | 283.23º | 0.78% | 0.81% | - |
| XYZ | 26.78 | 13.91 | 59.67 | - |
| YUV | 98.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 206 | 0.22 | 0.78 | 0 | 0.19 | 283.23 | 0.64 | 0.49 |
| Hex | A1 | 2D | CE | 16 | 4E | 0 | 13 | 11B | 40 | 31 |
| Octal | 241 | 55 | 316 | 26 | 116 | 0 | 23 | 433 | 100 | 61 |
| Binary | 10100001 | 101101 | 11001110 | 10110 | 1001110 | 0 | 10011 | 100011011 | 1000000 | 110001 |
Color Harmonies of #A12DCE
Complementary color
Monochromatic Colors of #A12DCE
Black with #A12DCE
Text Example
Text Example
White with #A12DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DCE; }
p { color: rgb(161,45,206); }
H1.HeaderClassName
{
color: #A12DCE;
}
.AnyTagClassName
{
color: #A12DCE;
}
</style>
background-color css
<style>
a { background-color: #A12DCE; }
a { background-color: rgb(161,45,206); }
div.DivClassName
{
background-color: #A12DCE;
}
.BgClassName
{
background-color: #A12DCE;
}
</style>
border-color css
<style>
span { border-color: #A12DCE; }
span { border-color: rgb(161,45,206); }
td.TdClassName
{
border-color: #A12DCE;
}
.TagClassName
{
border-color: #A12DCE;
}
</style>