Shades of Dark Violet #A812B8
Tints of Dark Violet #A812B8
RGB
CMYK
RGB Variations
Color information
#A812B8 (or 0xA812B8) is known color: Dark Violet. HEX triplet: A8, 12 and B8. RGB value is (168,18,184). Sum of RGB (Red+Green+Blue) = 168+18+184=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #A812B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812B8 is #57ED47. Grayscale: #515151. Windows color (decimal): -5762376 or 12063400. OLE color: 12063400.
HSL color Cylindrical-coordinate representation of color #A812B8: hue angle of 294.22º 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 #A812B8 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 18 | 184 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.28 |
| HSL | 294.22º | 0.82% | 0.4% | - |
| HSV(B) | 294.22º | 0.9% | 0.72% | - |
| XYZ | 25.02 | 12.22 | 46.39 | - |
| YUV | 81.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 184 | 0.09 | 0.90 | 0 | 0.28 | 294.22 | 0.82 | 0.4 |
| Hex | A8 | 12 | B8 | 9 | 5A | 0 | 1C | 126 | 52 | 28 |
| Octal | 250 | 22 | 270 | 11 | 132 | 0 | 34 | 446 | 122 | 50 |
| Binary | 10101000 | 10010 | 10111000 | 1001 | 1011010 | 0 | 11100 | 100100110 | 1010010 | 101000 |
Color Harmonies of #A812B8
Complementary color
Monochromatic Colors of #A812B8
Black with #A812B8
Text Example
Text Example
White with #A812B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812B8; }
p { color: rgb(168,18,184); }
H1.HeaderClassName
{
color: #A812B8;
}
.AnyTagClassName
{
color: #A812B8;
}
</style>
background-color css
<style>
a { background-color: #A812B8; }
a { background-color: rgb(168,18,184); }
div.DivClassName
{
background-color: #A812B8;
}
.BgClassName
{
background-color: #A812B8;
}
</style>
border-color css
<style>
span { border-color: #A812B8; }
span { border-color: rgb(168,18,184); }
td.TdClassName
{
border-color: #A812B8;
}
.TagClassName
{
border-color: #A812B8;
}
</style>