Shades of Dark Violet #A60BC4
Tints of Dark Violet #A60BC4
RGB
CMYK
RGB Variations
Color information
#A60BC4 (or 0xA60BC4) is known color: Dark Violet. HEX triplet: A6, 0B and C4. RGB value is (166,11,196). Sum of RGB (Red+Green+Blue) = 166+11+196=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #A60BC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BC4 is #59F43B. Grayscale: #4D4D4D. Windows color (decimal): -5895228 or 12848038. OLE color: 12848038.
HSL color Cylindrical-coordinate representation of color #A60BC4: hue angle of 290.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BC4 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 11 | 196 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.23 |
| HSL | 290.27º | 0.89% | 0.41% | - |
| HSV(B) | 290.27º | 0.94% | 0.77% | - |
| XYZ | 25.81 | 12.33 | 53.24 | - |
| YUV | 78.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 196 | 0.15 | 0.94 | 0 | 0.23 | 290.27 | 0.89 | 0.41 |
| Hex | A6 | B | C4 | F | 5E | 0 | 17 | 122 | 59 | 29 |
| Octal | 246 | 13 | 304 | 17 | 136 | 0 | 27 | 442 | 131 | 51 |
| Binary | 10100110 | 1011 | 11000100 | 1111 | 1011110 | 0 | 10111 | 100100010 | 1011001 | 101001 |
Color Harmonies of #A60BC4
Complementary color
Monochromatic Colors of #A60BC4
Black with #A60BC4
Text Example
Text Example
White with #A60BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BC4; }
p { color: rgb(166,11,196); }
H1.HeaderClassName
{
color: #A60BC4;
}
.AnyTagClassName
{
color: #A60BC4;
}
</style>
background-color css
<style>
a { background-color: #A60BC4; }
a { background-color: rgb(166,11,196); }
div.DivClassName
{
background-color: #A60BC4;
}
.BgClassName
{
background-color: #A60BC4;
}
</style>
border-color css
<style>
span { border-color: #A60BC4; }
span { border-color: rgb(166,11,196); }
td.TdClassName
{
border-color: #A60BC4;
}
.TagClassName
{
border-color: #A60BC4;
}
</style>