Shades of Dark Violet #A617CB
Tints of Dark Violet #A617CB
RGB
CMYK
RGB Variations
Color information
#A617CB (or 0xA617CB) is known color: Dark Violet. HEX triplet: A6, 17 and CB. RGB value is (166,23,203). Sum of RGB (Red+Green+Blue) = 166+23+203=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #A617CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617CB is #59E834. Grayscale: #555555. Windows color (decimal): -5892149 or 13309862. OLE color: 13309862.
HSL color Cylindrical-coordinate representation of color #A617CB: hue angle of 287.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A617CB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 23 | 203 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.20 |
| HSL | 287.67º | 0.8% | 0.44% | - |
| HSV(B) | 287.67º | 0.89% | 0.8% | - |
| XYZ | 26.81 | 13.03 | 57.6 | - |
| YUV | 86.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 203 | 0.18 | 0.89 | 0 | 0.20 | 287.67 | 0.8 | 0.44 |
| Hex | A6 | 17 | CB | 12 | 59 | 0 | 14 | 120 | 50 | 2C |
| Octal | 246 | 27 | 313 | 22 | 131 | 0 | 24 | 440 | 120 | 54 |
| Binary | 10100110 | 10111 | 11001011 | 10010 | 1011001 | 0 | 10100 | 100100000 | 1010000 | 101100 |
Color Harmonies of #A617CB
Complementary color
Monochromatic Colors of #A617CB
Black with #A617CB
Text Example
Text Example
White with #A617CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617CB; }
p { color: rgb(166,23,203); }
H1.HeaderClassName
{
color: #A617CB;
}
.AnyTagClassName
{
color: #A617CB;
}
</style>
background-color css
<style>
a { background-color: #A617CB; }
a { background-color: rgb(166,23,203); }
div.DivClassName
{
background-color: #A617CB;
}
.BgClassName
{
background-color: #A617CB;
}
</style>
border-color css
<style>
span { border-color: #A617CB; }
span { border-color: rgb(166,23,203); }
td.TdClassName
{
border-color: #A617CB;
}
.TagClassName
{
border-color: #A617CB;
}
</style>