Shades of Dark Orchid #A12FE1
Tints of Dark Orchid #A12FE1
RGB
CMYK
RGB Variations
Color information
#A12FE1 (or 0xA12FE1) is known color: Dark Orchid. HEX triplet: A1, 2F and E1. RGB value is (161,47,225). Sum of RGB (Red+Green+Blue) = 161+47+225=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #A12FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FE1 is #5ED01E. Grayscale: #646464. Windows color (decimal): -6213663 or 14757793. OLE color: 14757793.
HSL color Cylindrical-coordinate representation of color #A12FE1: hue angle of 278.43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12FE1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 47 | 225 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.12 |
| HSL | 278.43º | 0.75% | 0.53% | - |
| HSV(B) | 278.43º | 0.79% | 0.88% | - |
| XYZ | 29.31 | 15.05 | 72.59 | - |
| YUV | 101.38 | 197.77 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 225 | 0.28 | 0.79 | 0 | 0.12 | 278.43 | 0.75 | 0.53 |
| Hex | A1 | 2F | E1 | 1C | 4F | 0 | C | 116 | 4B | 35 |
| Octal | 241 | 57 | 341 | 34 | 117 | 0 | 14 | 426 | 113 | 65 |
| Binary | 10100001 | 101111 | 11100001 | 11100 | 1001111 | 0 | 1100 | 100010110 | 1001011 | 110101 |
Color Harmonies of #A12FE1
Complementary color
Monochromatic Colors of #A12FE1
Black with #A12FE1
Text Example
Text Example
White with #A12FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FE1; }
p { color: rgb(161,47,225); }
H1.HeaderClassName
{
color: #A12FE1;
}
.AnyTagClassName
{
color: #A12FE1;
}
</style>
background-color css
<style>
a { background-color: #A12FE1; }
a { background-color: rgb(161,47,225); }
div.DivClassName
{
background-color: #A12FE1;
}
.BgClassName
{
background-color: #A12FE1;
}
</style>
border-color css
<style>
span { border-color: #A12FE1; }
span { border-color: rgb(161,47,225); }
td.TdClassName
{
border-color: #A12FE1;
}
.TagClassName
{
border-color: #A12FE1;
}
</style>