Shades of Dark Violet #A60CB3
Tints of Dark Violet #A60CB3
RGB
CMYK
RGB Variations
Color information
#A60CB3 (or 0xA60CB3) is known color: Dark Violet. HEX triplet: A6, 0C and B3. RGB value is (166,12,179). Sum of RGB (Red+Green+Blue) = 166+12+179=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #A60CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CB3 is #59F34C. Grayscale: #4C4C4C. Windows color (decimal): -5894989 or 11734182. OLE color: 11734182.
HSL color Cylindrical-coordinate representation of color #A60CB3: hue angle of 295.33º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CB3 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 12 | 179 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.30 |
| HSL | 295.33º | 0.87% | 0.37% | - |
| HSV(B) | 295.33º | 0.93% | 0.7% | - |
| XYZ | 23.99 | 11.62 | 43.63 | - |
| YUV | 77.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 179 | 0.07 | 0.93 | 0 | 0.30 | 295.33 | 0.87 | 0.37 |
| Hex | A6 | C | B3 | 7 | 5D | 0 | 1E | 127 | 57 | 25 |
| Octal | 246 | 14 | 263 | 7 | 135 | 0 | 36 | 447 | 127 | 45 |
| Binary | 10100110 | 1100 | 10110011 | 111 | 1011101 | 0 | 11110 | 100100111 | 1010111 | 100101 |
Color Harmonies of #A60CB3
Complementary color
Monochromatic Colors of #A60CB3
Black with #A60CB3
Text Example
Text Example
White with #A60CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CB3; }
p { color: rgb(166,12,179); }
H1.HeaderClassName
{
color: #A60CB3;
}
.AnyTagClassName
{
color: #A60CB3;
}
</style>
background-color css
<style>
a { background-color: #A60CB3; }
a { background-color: rgb(166,12,179); }
div.DivClassName
{
background-color: #A60CB3;
}
.BgClassName
{
background-color: #A60CB3;
}
</style>
border-color css
<style>
span { border-color: #A60CB3; }
span { border-color: rgb(166,12,179); }
td.TdClassName
{
border-color: #A60CB3;
}
.TagClassName
{
border-color: #A60CB3;
}
</style>