Shades of Dark Orchid #A12AB6
Tints of Dark Orchid #A12AB6
RGB
CMYK
RGB Variations
Color information
#A12AB6 (or 0xA12AB6) is known color: Dark Orchid. HEX triplet: A1, 2A and B6. RGB value is (161,42,182). Sum of RGB (Red+Green+Blue) = 161+42+182=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #A12AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12AB6 is #5ED549. Grayscale: #5D5D5D. Windows color (decimal): -6214986 or 11938465. OLE color: 11938465.
HSL color Cylindrical-coordinate representation of color #A12AB6: hue angle of 291º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12AB6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 42 | 182 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.29 |
| HSL | 291º | 0.63% | 0.44% | - |
| HSV(B) | 291º | 0.77% | 0.71% | - |
| XYZ | 23.97 | 12.61 | 45.43 | - |
| YUV | 93.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 182 | 0.12 | 0.77 | 0 | 0.29 | 291 | 0.63 | 0.44 |
| Hex | A1 | 2A | B6 | C | 4D | 0 | 1D | 123 | 3E | 2C |
| Octal | 241 | 52 | 266 | 14 | 115 | 0 | 35 | 443 | 76 | 54 |
| Binary | 10100001 | 101010 | 10110110 | 1100 | 1001101 | 0 | 11101 | 100100011 | 111110 | 101100 |
Color Harmonies of #A12AB6
Complementary color
Monochromatic Colors of #A12AB6
Black with #A12AB6
Text Example
Text Example
White with #A12AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AB6; }
p { color: rgb(161,42,182); }
H1.HeaderClassName
{
color: #A12AB6;
}
.AnyTagClassName
{
color: #A12AB6;
}
</style>
background-color css
<style>
a { background-color: #A12AB6; }
a { background-color: rgb(161,42,182); }
div.DivClassName
{
background-color: #A12AB6;
}
.BgClassName
{
background-color: #A12AB6;
}
</style>
border-color css
<style>
span { border-color: #A12AB6; }
span { border-color: rgb(161,42,182); }
td.TdClassName
{
border-color: #A12AB6;
}
.TagClassName
{
border-color: #A12AB6;
}
</style>