Shades of Dark Violet #A60BB1
Tints of Dark Violet #A60BB1
RGB
CMYK
RGB Variations
Color information
#A60BB1 (or 0xA60BB1) is known color: Dark Violet. HEX triplet: A6, 0B and B1. RGB value is (166,11,177). Sum of RGB (Red+Green+Blue) = 166+11+177=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #A60BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BB1 is #59F44E. Grayscale: #4B4B4B. Windows color (decimal): -5895247 or 11602854. OLE color: 11602854.
HSL color Cylindrical-coordinate representation of color #A60BB1: hue angle of 296.02º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BB1 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 11 | 177 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.31 |
| HSL | 296.02º | 0.88% | 0.37% | - |
| HSV(B) | 296.02º | 0.94% | 0.69% | - |
| XYZ | 23.78 | 11.52 | 42.57 | - |
| YUV | 76.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 177 | 0.06 | 0.94 | 0 | 0.31 | 296.02 | 0.88 | 0.37 |
| Hex | A6 | B | B1 | 6 | 5E | 0 | 1F | 128 | 58 | 25 |
| Octal | 246 | 13 | 261 | 6 | 136 | 0 | 37 | 450 | 130 | 45 |
| Binary | 10100110 | 1011 | 10110001 | 110 | 1011110 | 0 | 11111 | 100101000 | 1011000 | 100101 |
Color Harmonies of #A60BB1
Complementary color
Monochromatic Colors of #A60BB1
Black with #A60BB1
Text Example
Text Example
White with #A60BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BB1; }
p { color: rgb(166,11,177); }
H1.HeaderClassName
{
color: #A60BB1;
}
.AnyTagClassName
{
color: #A60BB1;
}
</style>
background-color css
<style>
a { background-color: #A60BB1; }
a { background-color: rgb(166,11,177); }
div.DivClassName
{
background-color: #A60BB1;
}
.BgClassName
{
background-color: #A60BB1;
}
</style>
border-color css
<style>
span { border-color: #A60BB1; }
span { border-color: rgb(166,11,177); }
td.TdClassName
{
border-color: #A60BB1;
}
.TagClassName
{
border-color: #A60BB1;
}
</style>