Shades of Dark Orchid #A12FE3
Tints of Dark Orchid #A12FE3
RGB
CMYK
RGB Variations
Color information
#A12FE3 (or 0xA12FE3) is known color: Dark Orchid. HEX triplet: A1, 2F and E3. RGB value is (161,47,227). Sum of RGB (Red+Green+Blue) = 161+47+227=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #A12FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FE3 is #5ED01C. Grayscale: #656565. Windows color (decimal): -6213661 or 14888865. OLE color: 14888865.
HSL color Cylindrical-coordinate representation of color #A12FE3: hue angle of 278º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12FE3 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 47 | 227 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.11 |
| HSL | 278º | 0.76% | 0.54% | - |
| HSV(B) | 278º | 0.79% | 0.89% | - |
| XYZ | 29.58 | 15.16 | 74.04 | - |
| YUV | 101.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 227 | 0.29 | 0.79 | 0 | 0.11 | 278 | 0.76 | 0.54 |
| Hex | A1 | 2F | E3 | 1D | 4F | 0 | B | 116 | 4C | 36 |
| Octal | 241 | 57 | 343 | 35 | 117 | 0 | 13 | 426 | 114 | 66 |
| Binary | 10100001 | 101111 | 11100011 | 11101 | 1001111 | 0 | 1011 | 100010110 | 1001100 | 110110 |
Color Harmonies of #A12FE3
Complementary color
Monochromatic Colors of #A12FE3
Black with #A12FE3
Text Example
Text Example
White with #A12FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FE3; }
p { color: rgb(161,47,227); }
H1.HeaderClassName
{
color: #A12FE3;
}
.AnyTagClassName
{
color: #A12FE3;
}
</style>
background-color css
<style>
a { background-color: #A12FE3; }
a { background-color: rgb(161,47,227); }
div.DivClassName
{
background-color: #A12FE3;
}
.BgClassName
{
background-color: #A12FE3;
}
</style>
border-color css
<style>
span { border-color: #A12FE3; }
span { border-color: rgb(161,47,227); }
td.TdClassName
{
border-color: #A12FE3;
}
.TagClassName
{
border-color: #A12FE3;
}
</style>