Shades of Dark Orchid #A12FAC
Tints of Dark Orchid #A12FAC
RGB
CMYK
RGB Variations
Color information
#A12FAC (or 0xA12FAC) is known color: Dark Orchid. HEX triplet: A1, 2F and AC. RGB value is (161,47,172). Sum of RGB (Red+Green+Blue) = 161+47+172=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FAC is #5ED053. Grayscale: #5E5E5E. Windows color (decimal): -6213716 or 11284385. OLE color: 11284385.
HSL color Cylindrical-coordinate representation of color #A12FAC: hue angle of 294.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12FAC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 47 | 172 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.33 |
| HSL | 294.72º | 0.57% | 0.43% | - |
| HSV(B) | 294.72º | 0.73% | 0.67% | - |
| XYZ | 23.16 | 12.59 | 40.24 | - |
| YUV | 95.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 172 | 0.06 | 0.73 | 0 | 0.33 | 294.72 | 0.57 | 0.43 |
| Hex | A1 | 2F | AC | 6 | 49 | 0 | 21 | 127 | 39 | 2B |
| Octal | 241 | 57 | 254 | 6 | 111 | 0 | 41 | 447 | 71 | 53 |
| Binary | 10100001 | 101111 | 10101100 | 110 | 1001001 | 0 | 100001 | 100100111 | 111001 | 101011 |
Color Harmonies of #A12FAC
Complementary color
Monochromatic Colors of #A12FAC
Black with #A12FAC
Text Example
Text Example
White with #A12FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FAC; }
p { color: rgb(161,47,172); }
H1.HeaderClassName
{
color: #A12FAC;
}
.AnyTagClassName
{
color: #A12FAC;
}
</style>
background-color css
<style>
a { background-color: #A12FAC; }
a { background-color: rgb(161,47,172); }
div.DivClassName
{
background-color: #A12FAC;
}
.BgClassName
{
background-color: #A12FAC;
}
</style>
border-color css
<style>
span { border-color: #A12FAC; }
span { border-color: rgb(161,47,172); }
td.TdClassName
{
border-color: #A12FAC;
}
.TagClassName
{
border-color: #A12FAC;
}
</style>