Shades of Dark Violet #A60AC4
Tints of Dark Violet #A60AC4
RGB
CMYK
RGB Variations
Color information
#A60AC4 (or 0xA60AC4) is known color: Dark Violet. HEX triplet: A6, 0A and C4. RGB value is (166,10,196). Sum of RGB (Red+Green+Blue) = 166+10+196=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #A60AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AC4 is #59F53B. Grayscale: #4D4D4D. Windows color (decimal): -5895484 or 12847782. OLE color: 12847782.
HSL color Cylindrical-coordinate representation of color #A60AC4: hue angle of 290.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60AC4 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 10 | 196 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.23 |
| HSL | 290.32º | 0.9% | 0.4% | - |
| HSV(B) | 290.32º | 0.95% | 0.77% | - |
| XYZ | 25.8 | 12.31 | 53.24 | - |
| YUV | 77.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 196 | 0.15 | 0.95 | 0 | 0.23 | 290.32 | 0.9 | 0.4 |
| Hex | A6 | A | C4 | F | 5F | 0 | 17 | 122 | 5A | 28 |
| Octal | 246 | 12 | 304 | 17 | 137 | 0 | 27 | 442 | 132 | 50 |
| Binary | 10100110 | 1010 | 11000100 | 1111 | 1011111 | 0 | 10111 | 100100010 | 1011010 | 101000 |
Color Harmonies of #A60AC4
Complementary color
Monochromatic Colors of #A60AC4
Black with #A60AC4
Text Example
Text Example
White with #A60AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AC4; }
p { color: rgb(166,10,196); }
H1.HeaderClassName
{
color: #A60AC4;
}
.AnyTagClassName
{
color: #A60AC4;
}
</style>
background-color css
<style>
a { background-color: #A60AC4; }
a { background-color: rgb(166,10,196); }
div.DivClassName
{
background-color: #A60AC4;
}
.BgClassName
{
background-color: #A60AC4;
}
</style>
border-color css
<style>
span { border-color: #A60AC4; }
span { border-color: rgb(166,10,196); }
td.TdClassName
{
border-color: #A60AC4;
}
.TagClassName
{
border-color: #A60AC4;
}
</style>