Shades of Dark Violet #A811CA
Tints of Dark Violet #A811CA
RGB
CMYK
RGB Variations
Color information
#A811CA (or 0xA811CA) is known color: Dark Violet. HEX triplet: A8, 11 and CA. RGB value is (168,17,202). Sum of RGB (Red+Green+Blue) = 168+17+202=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A811CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811CA is #57EE35. Grayscale: #525252. Windows color (decimal): -5762614 or 13242792. OLE color: 13242792.
HSL color Cylindrical-coordinate representation of color #A811CA: hue angle of 288.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A811CA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 17 | 202 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.21 |
| HSL | 288.97º | 0.84% | 0.43% | - |
| HSV(B) | 288.97º | 0.92% | 0.79% | - |
| XYZ | 27.01 | 12.99 | 56.96 | - |
| YUV | 83.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 202 | 0.17 | 0.92 | 0 | 0.21 | 288.97 | 0.84 | 0.43 |
| Hex | A8 | 11 | CA | 11 | 5C | 0 | 15 | 121 | 54 | 2B |
| Octal | 250 | 21 | 312 | 21 | 134 | 0 | 25 | 441 | 124 | 53 |
| Binary | 10101000 | 10001 | 11001010 | 10001 | 1011100 | 0 | 10101 | 100100001 | 1010100 | 101011 |
Color Harmonies of #A811CA
Complementary color
Monochromatic Colors of #A811CA
Black with #A811CA
Text Example
Text Example
White with #A811CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811CA; }
p { color: rgb(168,17,202); }
H1.HeaderClassName
{
color: #A811CA;
}
.AnyTagClassName
{
color: #A811CA;
}
</style>
background-color css
<style>
a { background-color: #A811CA; }
a { background-color: rgb(168,17,202); }
div.DivClassName
{
background-color: #A811CA;
}
.BgClassName
{
background-color: #A811CA;
}
</style>
border-color css
<style>
span { border-color: #A811CA; }
span { border-color: rgb(168,17,202); }
td.TdClassName
{
border-color: #A811CA;
}
.TagClassName
{
border-color: #A811CA;
}
</style>