Shades of Dark Orchid #A12FAB
Tints of Dark Orchid #A12FAB
RGB
CMYK
RGB Variations
Color information
#A12FAB (or 0xA12FAB) is known color: Dark Orchid. HEX triplet: A1, 2F and AB. RGB value is (161,47,171). Sum of RGB (Red+Green+Blue) = 161+47+171=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A12FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FAB is #5ED054. Grayscale: #5E5E5E. Windows color (decimal): -6213717 or 11218849. OLE color: 11218849.
HSL color Cylindrical-coordinate representation of color #A12FAB: hue angle of 295.16º 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 #A12FAB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 47 | 171 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.33 |
| HSL | 295.16º | 0.57% | 0.43% | - |
| HSV(B) | 295.16º | 0.73% | 0.67% | - |
| XYZ | 23.07 | 12.55 | 39.73 | - |
| YUV | 95.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 171 | 0.06 | 0.73 | 0 | 0.33 | 295.16 | 0.57 | 0.43 |
| Hex | A1 | 2F | AB | 6 | 49 | 0 | 21 | 127 | 39 | 2B |
| Octal | 241 | 57 | 253 | 6 | 111 | 0 | 41 | 447 | 71 | 53 |
| Binary | 10100001 | 101111 | 10101011 | 110 | 1001001 | 0 | 100001 | 100100111 | 111001 | 101011 |
Color Harmonies of #A12FAB
Complementary color
Monochromatic Colors of #A12FAB
Black with #A12FAB
Text Example
Text Example
White with #A12FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FAB; }
p { color: rgb(161,47,171); }
H1.HeaderClassName
{
color: #A12FAB;
}
.AnyTagClassName
{
color: #A12FAB;
}
</style>
background-color css
<style>
a { background-color: #A12FAB; }
a { background-color: rgb(161,47,171); }
div.DivClassName
{
background-color: #A12FAB;
}
.BgClassName
{
background-color: #A12FAB;
}
</style>
border-color css
<style>
span { border-color: #A12FAB; }
span { border-color: rgb(161,47,171); }
td.TdClassName
{
border-color: #A12FAB;
}
.TagClassName
{
border-color: #A12FAB;
}
</style>