Shades of Dark Violet #A60CB8
Tints of Dark Violet #A60CB8
RGB
CMYK
RGB Variations
Color information
#A60CB8 (or 0xA60CB8) is known color: Dark Violet. HEX triplet: A6, 0C and B8. RGB value is (166,12,184). Sum of RGB (Red+Green+Blue) = 166+12+184=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #A60CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CB8 is #59F347. Grayscale: #4D4D4D. Windows color (decimal): -5894984 or 12061862. OLE color: 12061862.
HSL color Cylindrical-coordinate representation of color #A60CB8: hue angle of 293.72º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CB8 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 12 | 184 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.28 |
| HSL | 293.72º | 0.88% | 0.38% | - |
| HSV(B) | 293.72º | 0.93% | 0.72% | - |
| XYZ | 24.51 | 11.83 | 46.34 | - |
| YUV | 77.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 184 | 0.10 | 0.93 | 0 | 0.28 | 293.72 | 0.88 | 0.38 |
| Hex | A6 | C | B8 | A | 5D | 0 | 1C | 126 | 58 | 26 |
| Octal | 246 | 14 | 270 | 12 | 135 | 0 | 34 | 446 | 130 | 46 |
| Binary | 10100110 | 1100 | 10111000 | 1010 | 1011101 | 0 | 11100 | 100100110 | 1011000 | 100110 |
Color Harmonies of #A60CB8
Complementary color
Monochromatic Colors of #A60CB8
Black with #A60CB8
Text Example
Text Example
White with #A60CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CB8; }
p { color: rgb(166,12,184); }
H1.HeaderClassName
{
color: #A60CB8;
}
.AnyTagClassName
{
color: #A60CB8;
}
</style>
background-color css
<style>
a { background-color: #A60CB8; }
a { background-color: rgb(166,12,184); }
div.DivClassName
{
background-color: #A60CB8;
}
.BgClassName
{
background-color: #A60CB8;
}
</style>
border-color css
<style>
span { border-color: #A60CB8; }
span { border-color: rgb(166,12,184); }
td.TdClassName
{
border-color: #A60CB8;
}
.TagClassName
{
border-color: #A60CB8;
}
</style>