Shades of Dark Violet #A811CC
Tints of Dark Violet #A811CC
RGB
CMYK
RGB Variations
Color information
#A811CC (or 0xA811CC) is known color: Dark Violet. HEX triplet: A8, 11 and CC. RGB value is (168,17,204). Sum of RGB (Red+Green+Blue) = 168+17+204=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A811CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811CC is #57EE33. Grayscale: #525252. Windows color (decimal): -5762612 or 13373864. OLE color: 13373864.
HSL color Cylindrical-coordinate representation of color #A811CC: hue angle of 288.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A811CC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 17 | 204 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.2 |
| HSL | 288.45º | 0.85% | 0.43% | - |
| HSV(B) | 288.45º | 0.92% | 0.8% | - |
| XYZ | 27.25 | 13.09 | 58.22 | - |
| YUV | 83.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 204 | 0.18 | 0.92 | 0 | 0.2 | 288.45 | 0.85 | 0.43 |
| Hex | A8 | 11 | CC | 12 | 5C | 0 | 14 | 120 | 55 | 2B |
| Octal | 250 | 21 | 314 | 22 | 134 | 0 | 24 | 440 | 125 | 53 |
| Binary | 10101000 | 10001 | 11001100 | 10010 | 1011100 | 0 | 10100 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A811CC
Complementary color
Monochromatic Colors of #A811CC
Black with #A811CC
Text Example
Text Example
White with #A811CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811CC; }
p { color: rgb(168,17,204); }
H1.HeaderClassName
{
color: #A811CC;
}
.AnyTagClassName
{
color: #A811CC;
}
</style>
background-color css
<style>
a { background-color: #A811CC; }
a { background-color: rgb(168,17,204); }
div.DivClassName
{
background-color: #A811CC;
}
.BgClassName
{
background-color: #A811CC;
}
</style>
border-color css
<style>
span { border-color: #A811CC; }
span { border-color: rgb(168,17,204); }
td.TdClassName
{
border-color: #A811CC;
}
.TagClassName
{
border-color: #A811CC;
}
</style>