Shades of Dark Violet #A605CE
Tints of Dark Violet #A605CE
RGB
CMYK
RGB Variations
Color information
#A605CE (or 0xA605CE) is known color: Dark Violet. HEX triplet: A6, 05 and CE. RGB value is (166,5,206). Sum of RGB (Red+Green+Blue) = 166+5+206=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A605CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605CE is #59FA31. Grayscale: #4B4B4B. Windows color (decimal): -5896754 or 13501862. OLE color: 13501862.
HSL color Cylindrical-coordinate representation of color #A605CE: hue angle of 288.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A605CE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 5 | 206 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.19 |
| HSL | 288.06º | 0.95% | 0.41% | - |
| HSV(B) | 288.06º | 0.98% | 0.81% | - |
| XYZ | 26.92 | 12.67 | 59.42 | - |
| YUV | 76.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 206 | 0.19 | 0.98 | 0 | 0.19 | 288.06 | 0.95 | 0.41 |
| Hex | A6 | 5 | CE | 13 | 62 | 0 | 13 | 120 | 5F | 29 |
| Octal | 246 | 5 | 316 | 23 | 142 | 0 | 23 | 440 | 137 | 51 |
| Binary | 10100110 | 101 | 11001110 | 10011 | 1100010 | 0 | 10011 | 100100000 | 1011111 | 101001 |
Color Harmonies of #A605CE
Complementary color
Monochromatic Colors of #A605CE
Black with #A605CE
Text Example
Text Example
White with #A605CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A605CE; }
p { color: rgb(166,5,206); }
H1.HeaderClassName
{
color: #A605CE;
}
.AnyTagClassName
{
color: #A605CE;
}
</style>
background-color css
<style>
a { background-color: #A605CE; }
a { background-color: rgb(166,5,206); }
div.DivClassName
{
background-color: #A605CE;
}
.BgClassName
{
background-color: #A605CE;
}
</style>
border-color css
<style>
span { border-color: #A605CE; }
span { border-color: rgb(166,5,206); }
td.TdClassName
{
border-color: #A605CE;
}
.TagClassName
{
border-color: #A605CE;
}
</style>