Shades of Dark Violet #A60BEA
Tints of Dark Violet #A60BEA
RGB
CMYK
RGB Variations
Color information
#A60BEA (or 0xA60BEA) is known color: Dark Violet. HEX triplet: A6, 0B and EA. RGB value is (166,11,234). Sum of RGB (Red+Green+Blue) = 166+11+234=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A60BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BEA is #59F415. Grayscale: #525252. Windows color (decimal): -5895190 or 15338406. OLE color: 15338406.
HSL color Cylindrical-coordinate representation of color #A60BEA: hue angle of 281.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BEA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 11 | 234 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.08 |
| HSL | 281.7º | 0.91% | 0.48% | - |
| HSV(B) | 281.7º | 0.95% | 0.92% | - |
| XYZ | 30.7 | 14.29 | 78.98 | - |
| YUV | 82.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 234 | 0.29 | 0.95 | 0 | 0.08 | 281.7 | 0.91 | 0.48 |
| Hex | A6 | B | EA | 1D | 5F | 0 | 8 | 11A | 5B | 30 |
| Octal | 246 | 13 | 352 | 35 | 137 | 0 | 10 | 432 | 133 | 60 |
| Binary | 10100110 | 1011 | 11101010 | 11101 | 1011111 | 0 | 1000 | 100011010 | 1011011 | 110000 |
Color Harmonies of #A60BEA
Complementary color
Monochromatic Colors of #A60BEA
Black with #A60BEA
Text Example
Text Example
White with #A60BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BEA; }
p { color: rgb(166,11,234); }
H1.HeaderClassName
{
color: #A60BEA;
}
.AnyTagClassName
{
color: #A60BEA;
}
</style>
background-color css
<style>
a { background-color: #A60BEA; }
a { background-color: rgb(166,11,234); }
div.DivClassName
{
background-color: #A60BEA;
}
.BgClassName
{
background-color: #A60BEA;
}
</style>
border-color css
<style>
span { border-color: #A60BEA; }
span { border-color: rgb(166,11,234); }
td.TdClassName
{
border-color: #A60BEA;
}
.TagClassName
{
border-color: #A60BEA;
}
</style>