Shades of Dark Orchid #A12DAB
Tints of Dark Orchid #A12DAB
RGB
CMYK
RGB Variations
Color information
#A12DAB (or 0xA12DAB) is known color: Dark Orchid. HEX triplet: A1, 2D and AB. RGB value is (161,45,171). Sum of RGB (Red+Green+Blue) = 161+45+171=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A12DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DAB is #5ED254. Grayscale: #5D5D5D. Windows color (decimal): -6214229 or 11218337. OLE color: 11218337.
HSL color Cylindrical-coordinate representation of color #A12DAB: hue angle of 295.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12DAB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 45 | 171 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 295.24º | 0.58% | 0.42% | - |
| HSV(B) | 295.24º | 0.74% | 0.67% | - |
| XYZ | 22.99 | 12.39 | 39.71 | - |
| YUV | 94.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 171 | 0.06 | 0.74 | 0 | 0.33 | 295.24 | 0.58 | 0.42 |
| Hex | A1 | 2D | AB | 6 | 4A | 0 | 21 | 127 | 3A | 2A |
| Octal | 241 | 55 | 253 | 6 | 112 | 0 | 41 | 447 | 72 | 52 |
| Binary | 10100001 | 101101 | 10101011 | 110 | 1001010 | 0 | 100001 | 100100111 | 111010 | 101010 |
Color Harmonies of #A12DAB
Complementary color
Monochromatic Colors of #A12DAB
Black with #A12DAB
Text Example
Text Example
White with #A12DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DAB; }
p { color: rgb(161,45,171); }
H1.HeaderClassName
{
color: #A12DAB;
}
.AnyTagClassName
{
color: #A12DAB;
}
</style>
background-color css
<style>
a { background-color: #A12DAB; }
a { background-color: rgb(161,45,171); }
div.DivClassName
{
background-color: #A12DAB;
}
.BgClassName
{
background-color: #A12DAB;
}
</style>
border-color css
<style>
span { border-color: #A12DAB; }
span { border-color: rgb(161,45,171); }
td.TdClassName
{
border-color: #A12DAB;
}
.TagClassName
{
border-color: #A12DAB;
}
</style>