Shades of Dark Violet #A60BDF
Tints of Dark Violet #A60BDF
RGB
CMYK
RGB Variations
Color information
#A60BDF (or 0xA60BDF) is known color: Dark Violet. HEX triplet: A6, 0B and DF. RGB value is (166,11,223). Sum of RGB (Red+Green+Blue) = 166+11+223=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A60BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BDF is #59F420. Grayscale: #505050. Windows color (decimal): -5895201 or 14617510. OLE color: 14617510.
HSL color Cylindrical-coordinate representation of color #A60BDF: hue angle of 283.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 11 | 223 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.87º | 0.91% | 0.46% | - |
| HSV(B) | 283.87º | 0.95% | 0.87% | - |
| XYZ | 29.16 | 13.67 | 70.91 | - |
| YUV | 81.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 223 | 0.26 | 0.95 | 0 | 0.13 | 283.87 | 0.91 | 0.46 |
| Hex | A6 | B | DF | 1A | 5F | 0 | D | 11C | 5B | 2E |
| Octal | 246 | 13 | 337 | 32 | 137 | 0 | 15 | 434 | 133 | 56 |
| Binary | 10100110 | 1011 | 11011111 | 11010 | 1011111 | 0 | 1101 | 100011100 | 1011011 | 101110 |
Color Harmonies of #A60BDF
Complementary color
Monochromatic Colors of #A60BDF
Black with #A60BDF
Text Example
Text Example
White with #A60BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BDF; }
p { color: rgb(166,11,223); }
H1.HeaderClassName
{
color: #A60BDF;
}
.AnyTagClassName
{
color: #A60BDF;
}
</style>
background-color css
<style>
a { background-color: #A60BDF; }
a { background-color: rgb(166,11,223); }
div.DivClassName
{
background-color: #A60BDF;
}
.BgClassName
{
background-color: #A60BDF;
}
</style>
border-color css
<style>
span { border-color: #A60BDF; }
span { border-color: rgb(166,11,223); }
td.TdClassName
{
border-color: #A60BDF;
}
.TagClassName
{
border-color: #A60BDF;
}
</style>