Shades of Dark Violet #A612B5
Tints of Dark Violet #A612B5
RGB
CMYK
RGB Variations
Color information
#A612B5 (or 0xA612B5) is known color: Dark Violet. HEX triplet: A6, 12 and B5. RGB value is (166,18,181). Sum of RGB (Red+Green+Blue) = 166+18+181=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #A612B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612B5 is #59ED4A. Grayscale: #505050. Windows color (decimal): -5893451 or 11866790. OLE color: 11866790.
HSL color Cylindrical-coordinate representation of color #A612B5: hue angle of 294.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A612B5 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 18 | 181 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.29 |
| HSL | 294.48º | 0.82% | 0.39% | - |
| HSV(B) | 294.48º | 0.9% | 0.71% | - |
| XYZ | 24.28 | 11.88 | 44.73 | - |
| YUV | 80.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 181 | 0.08 | 0.90 | 0 | 0.29 | 294.48 | 0.82 | 0.39 |
| Hex | A6 | 12 | B5 | 8 | 5A | 0 | 1D | 126 | 52 | 27 |
| Octal | 246 | 22 | 265 | 10 | 132 | 0 | 35 | 446 | 122 | 47 |
| Binary | 10100110 | 10010 | 10110101 | 1000 | 1011010 | 0 | 11101 | 100100110 | 1010010 | 100111 |
Color Harmonies of #A612B5
Complementary color
Monochromatic Colors of #A612B5
Black with #A612B5
Text Example
Text Example
White with #A612B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612B5; }
p { color: rgb(166,18,181); }
H1.HeaderClassName
{
color: #A612B5;
}
.AnyTagClassName
{
color: #A612B5;
}
</style>
background-color css
<style>
a { background-color: #A612B5; }
a { background-color: rgb(166,18,181); }
div.DivClassName
{
background-color: #A612B5;
}
.BgClassName
{
background-color: #A612B5;
}
</style>
border-color css
<style>
span { border-color: #A612B5; }
span { border-color: rgb(166,18,181); }
td.TdClassName
{
border-color: #A612B5;
}
.TagClassName
{
border-color: #A612B5;
}
</style>