Shades of Dark Orchid #A12FCE
Tints of Dark Orchid #A12FCE
RGB
CMYK
RGB Variations
Color information
#A12FCE (or 0xA12FCE) is known color: Dark Orchid. HEX triplet: A1, 2F and CE. RGB value is (161,47,206). Sum of RGB (Red+Green+Blue) = 161+47+206=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #A12FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FCE is #5ED031. Grayscale: #626262. Windows color (decimal): -6213682 or 13512609. OLE color: 13512609.
HSL color Cylindrical-coordinate representation of color #A12FCE: hue angle of 283.02º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12FCE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 47 | 206 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.19 |
| HSL | 283.02º | 0.63% | 0.5% | - |
| HSV(B) | 283.02º | 0.77% | 0.81% | - |
| XYZ | 26.86 | 14.07 | 59.69 | - |
| YUV | 99.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 206 | 0.22 | 0.77 | 0 | 0.19 | 283.02 | 0.63 | 0.5 |
| Hex | A1 | 2F | CE | 16 | 4D | 0 | 13 | 11B | 3F | 32 |
| Octal | 241 | 57 | 316 | 26 | 115 | 0 | 23 | 433 | 77 | 62 |
| Binary | 10100001 | 101111 | 11001110 | 10110 | 1001101 | 0 | 10011 | 100011011 | 111111 | 110010 |
Color Harmonies of #A12FCE
Complementary color
Monochromatic Colors of #A12FCE
Black with #A12FCE
Text Example
Text Example
White with #A12FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FCE; }
p { color: rgb(161,47,206); }
H1.HeaderClassName
{
color: #A12FCE;
}
.AnyTagClassName
{
color: #A12FCE;
}
</style>
background-color css
<style>
a { background-color: #A12FCE; }
a { background-color: rgb(161,47,206); }
div.DivClassName
{
background-color: #A12FCE;
}
.BgClassName
{
background-color: #A12FCE;
}
</style>
border-color css
<style>
span { border-color: #A12FCE; }
span { border-color: rgb(161,47,206); }
td.TdClassName
{
border-color: #A12FCE;
}
.TagClassName
{
border-color: #A12FCE;
}
</style>