Shades of Dark Violet #A612B8
Tints of Dark Violet #A612B8
RGB
CMYK
RGB Variations
Color information
#A612B8 (or 0xA612B8) is known color: Dark Violet. HEX triplet: A6, 12 and B8. RGB value is (166,18,184). Sum of RGB (Red+Green+Blue) = 166+18+184=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A612B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612B8 is #59ED47. Grayscale: #505050. Windows color (decimal): -5893448 or 12063398. OLE color: 12063398.
HSL color Cylindrical-coordinate representation of color #A612B8: hue angle of 293.49º 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 #A612B8 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 18 | 184 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.28 |
| HSL | 293.49º | 0.82% | 0.4% | - |
| HSV(B) | 293.49º | 0.9% | 0.72% | - |
| XYZ | 24.59 | 12 | 46.37 | - |
| YUV | 81.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 184 | 0.10 | 0.90 | 0 | 0.28 | 293.49 | 0.82 | 0.4 |
| Hex | A6 | 12 | B8 | A | 5A | 0 | 1C | 125 | 52 | 28 |
| Octal | 246 | 22 | 270 | 12 | 132 | 0 | 34 | 445 | 122 | 50 |
| Binary | 10100110 | 10010 | 10111000 | 1010 | 1011010 | 0 | 11100 | 100100101 | 1010010 | 101000 |
Color Harmonies of #A612B8
Complementary color
Monochromatic Colors of #A612B8
Black with #A612B8
Text Example
Text Example
White with #A612B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612B8; }
p { color: rgb(166,18,184); }
H1.HeaderClassName
{
color: #A612B8;
}
.AnyTagClassName
{
color: #A612B8;
}
</style>
background-color css
<style>
a { background-color: #A612B8; }
a { background-color: rgb(166,18,184); }
div.DivClassName
{
background-color: #A612B8;
}
.BgClassName
{
background-color: #A612B8;
}
</style>
border-color css
<style>
span { border-color: #A612B8; }
span { border-color: rgb(166,18,184); }
td.TdClassName
{
border-color: #A612B8;
}
.TagClassName
{
border-color: #A612B8;
}
</style>