Shades of Dark Violet #A60FAF
Tints of Dark Violet #A60FAF
RGB
CMYK
RGB Variations
Color information
#A60FAF (or 0xA60FAF) is known color: Dark Violet. HEX triplet: A6, 0F and AF. RGB value is (166,15,175). Sum of RGB (Red+Green+Blue) = 166+15+175=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAF is #59F050. Grayscale: #4D4D4D. Windows color (decimal): -5894225 or 11472806. OLE color: 11472806.
HSL color Cylindrical-coordinate representation of color #A60FAF: hue angle of 296.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FAF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 15 | 175 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.31 |
| HSL | 296.63º | 0.84% | 0.37% | - |
| HSV(B) | 296.63º | 0.91% | 0.69% | - |
| XYZ | 23.63 | 11.54 | 41.54 | - |
| YUV | 78.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 175 | 0.05 | 0.91 | 0 | 0.31 | 296.63 | 0.84 | 0.37 |
| Hex | A6 | F | AF | 5 | 5B | 0 | 1F | 129 | 54 | 25 |
| Octal | 246 | 17 | 257 | 5 | 133 | 0 | 37 | 451 | 124 | 45 |
| Binary | 10100110 | 1111 | 10101111 | 101 | 1011011 | 0 | 11111 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A60FAF
Complementary color
Monochromatic Colors of #A60FAF
Black with #A60FAF
Text Example
Text Example
White with #A60FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FAF; }
p { color: rgb(166,15,175); }
H1.HeaderClassName
{
color: #A60FAF;
}
.AnyTagClassName
{
color: #A60FAF;
}
</style>
background-color css
<style>
a { background-color: #A60FAF; }
a { background-color: rgb(166,15,175); }
div.DivClassName
{
background-color: #A60FAF;
}
.BgClassName
{
background-color: #A60FAF;
}
</style>
border-color css
<style>
span { border-color: #A60FAF; }
span { border-color: rgb(166,15,175); }
td.TdClassName
{
border-color: #A60FAF;
}
.TagClassName
{
border-color: #A60FAF;
}
</style>