Shades of Dark Violet #A612B3
Tints of Dark Violet #A612B3
RGB
CMYK
RGB Variations
Color information
#A612B3 (or 0xA612B3) is known color: Dark Violet. HEX triplet: A6, 12 and B3. RGB value is (166,18,179). Sum of RGB (Red+Green+Blue) = 166+18+179=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #A612B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612B3 is #59ED4C. Grayscale: #505050. Windows color (decimal): -5893453 or 11735718. OLE color: 11735718.
HSL color Cylindrical-coordinate representation of color #A612B3: hue angle of 295.16º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A612B3 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 18 | 179 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.30 |
| HSL | 295.16º | 0.82% | 0.39% | - |
| HSV(B) | 295.16º | 0.9% | 0.7% | - |
| XYZ | 24.08 | 11.79 | 43.66 | - |
| YUV | 80.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 179 | 0.07 | 0.90 | 0 | 0.30 | 295.16 | 0.82 | 0.39 |
| Hex | A6 | 12 | B3 | 7 | 5A | 0 | 1E | 127 | 52 | 27 |
| Octal | 246 | 22 | 263 | 7 | 132 | 0 | 36 | 447 | 122 | 47 |
| Binary | 10100110 | 10010 | 10110011 | 111 | 1011010 | 0 | 11110 | 100100111 | 1010010 | 100111 |
Color Harmonies of #A612B3
Complementary color
Monochromatic Colors of #A612B3
Black with #A612B3
Text Example
Text Example
White with #A612B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612B3; }
p { color: rgb(166,18,179); }
H1.HeaderClassName
{
color: #A612B3;
}
.AnyTagClassName
{
color: #A612B3;
}
</style>
background-color css
<style>
a { background-color: #A612B3; }
a { background-color: rgb(166,18,179); }
div.DivClassName
{
background-color: #A612B3;
}
.BgClassName
{
background-color: #A612B3;
}
</style>
border-color css
<style>
span { border-color: #A612B3; }
span { border-color: rgb(166,18,179); }
td.TdClassName
{
border-color: #A612B3;
}
.TagClassName
{
border-color: #A612B3;
}
</style>