Shades of Dark Orchid #A12AAB
Tints of Dark Orchid #A12AAB
RGB
CMYK
RGB Variations
Color information
#A12AAB (or 0xA12AAB) is known color: Dark Orchid. HEX triplet: A1, 2A and AB. RGB value is (161,42,171). Sum of RGB (Red+Green+Blue) = 161+42+171=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A12AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12AAB is #5ED554. Grayscale: #5B5B5B. Windows color (decimal): -6214997 or 11217569. OLE color: 11217569.
HSL color Cylindrical-coordinate representation of color #A12AAB: hue angle of 295.35º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12AAB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 42 | 171 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.33 |
| HSL | 295.35º | 0.61% | 0.42% | - |
| HSV(B) | 295.35º | 0.75% | 0.67% | - |
| XYZ | 22.88 | 12.17 | 39.67 | - |
| YUV | 92.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 171 | 0.06 | 0.75 | 0 | 0.33 | 295.35 | 0.61 | 0.42 |
| Hex | A1 | 2A | AB | 6 | 4B | 0 | 21 | 127 | 3D | 2A |
| Octal | 241 | 52 | 253 | 6 | 113 | 0 | 41 | 447 | 75 | 52 |
| Binary | 10100001 | 101010 | 10101011 | 110 | 1001011 | 0 | 100001 | 100100111 | 111101 | 101010 |
Color Harmonies of #A12AAB
Complementary color
Monochromatic Colors of #A12AAB
Black with #A12AAB
Text Example
Text Example
White with #A12AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AAB; }
p { color: rgb(161,42,171); }
H1.HeaderClassName
{
color: #A12AAB;
}
.AnyTagClassName
{
color: #A12AAB;
}
</style>
background-color css
<style>
a { background-color: #A12AAB; }
a { background-color: rgb(161,42,171); }
div.DivClassName
{
background-color: #A12AAB;
}
.BgClassName
{
background-color: #A12AAB;
}
</style>
border-color css
<style>
span { border-color: #A12AAB; }
span { border-color: rgb(161,42,171); }
td.TdClassName
{
border-color: #A12AAB;
}
.TagClassName
{
border-color: #A12AAB;
}
</style>