Shades of Dark Orchid #A12AB4
Tints of Dark Orchid #A12AB4
RGB
CMYK
RGB Variations
Color information
#A12AB4 (or 0xA12AB4) is known color: Dark Orchid. HEX triplet: A1, 2A and B4. RGB value is (161,42,180). Sum of RGB (Red+Green+Blue) = 161+42+180=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #A12AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12AB4 is #5ED54B. Grayscale: #5C5C5C. Windows color (decimal): -6214988 or 11807393. OLE color: 11807393.
HSL color Cylindrical-coordinate representation of color #A12AB4: hue angle of 291.74º 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 #A12AB4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 42 | 180 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.29 |
| HSL | 291.74º | 0.62% | 0.44% | - |
| HSV(B) | 291.74º | 0.77% | 0.71% | - |
| XYZ | 23.76 | 12.53 | 44.35 | - |
| YUV | 93.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 180 | 0.11 | 0.77 | 0 | 0.29 | 291.74 | 0.62 | 0.44 |
| Hex | A1 | 2A | B4 | B | 4D | 0 | 1D | 124 | 3E | 2C |
| Octal | 241 | 52 | 264 | 13 | 115 | 0 | 35 | 444 | 76 | 54 |
| Binary | 10100001 | 101010 | 10110100 | 1011 | 1001101 | 0 | 11101 | 100100100 | 111110 | 101100 |
Color Harmonies of #A12AB4
Complementary color
Monochromatic Colors of #A12AB4
Black with #A12AB4
Text Example
Text Example
White with #A12AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AB4; }
p { color: rgb(161,42,180); }
H1.HeaderClassName
{
color: #A12AB4;
}
.AnyTagClassName
{
color: #A12AB4;
}
</style>
background-color css
<style>
a { background-color: #A12AB4; }
a { background-color: rgb(161,42,180); }
div.DivClassName
{
background-color: #A12AB4;
}
.BgClassName
{
background-color: #A12AB4;
}
</style>
border-color css
<style>
span { border-color: #A12AB4; }
span { border-color: rgb(161,42,180); }
td.TdClassName
{
border-color: #A12AB4;
}
.TagClassName
{
border-color: #A12AB4;
}
</style>