Shades of Dark Violet #A112B8
Tints of Dark Violet #A112B8
RGB
CMYK
RGB Variations
Color information
#A112B8 (or 0xA112B8) is known color: Dark Violet. HEX triplet: A1, 12 and B8. RGB value is (161,18,184). Sum of RGB (Red+Green+Blue) = 161+18+184=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #A112B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112B8 is #5EED47. Grayscale: #4F4F4F. Windows color (decimal): -6221128 or 12063393. OLE color: 12063393.
HSL color Cylindrical-coordinate representation of color #A112B8: hue angle of 291.69º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A112B8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 18 | 184 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.28 |
| HSL | 291.69º | 0.82% | 0.4% | - |
| HSV(B) | 291.69º | 0.9% | 0.72% | - |
| XYZ | 23.57 | 11.47 | 46.32 | - |
| YUV | 79.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 184 | 0.12 | 0.90 | 0 | 0.28 | 291.69 | 0.82 | 0.4 |
| Hex | A1 | 12 | B8 | C | 5A | 0 | 1C | 124 | 52 | 28 |
| Octal | 241 | 22 | 270 | 14 | 132 | 0 | 34 | 444 | 122 | 50 |
| Binary | 10100001 | 10010 | 10111000 | 1100 | 1011010 | 0 | 11100 | 100100100 | 1010010 | 101000 |
Color Harmonies of #A112B8
Complementary color
Monochromatic Colors of #A112B8
Black with #A112B8
Text Example
Text Example
White with #A112B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112B8; }
p { color: rgb(161,18,184); }
H1.HeaderClassName
{
color: #A112B8;
}
.AnyTagClassName
{
color: #A112B8;
}
</style>
background-color css
<style>
a { background-color: #A112B8; }
a { background-color: rgb(161,18,184); }
div.DivClassName
{
background-color: #A112B8;
}
.BgClassName
{
background-color: #A112B8;
}
</style>
border-color css
<style>
span { border-color: #A112B8; }
span { border-color: rgb(161,18,184); }
td.TdClassName
{
border-color: #A112B8;
}
.TagClassName
{
border-color: #A112B8;
}
</style>