Shades of Dark Violet #AA0FC1
Tints of Dark Violet #AA0FC1
RGB
CMYK
RGB Variations
Color information
#AA0FC1 (or 0xAA0FC1) is known color: Dark Violet. HEX triplet: AA, 0F and C1. RGB value is (170,15,193). Sum of RGB (Red+Green+Blue) = 170+15+193=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA0FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FC1 is #55F03E. Grayscale: #515151. Windows color (decimal): -5632063 or 12652458. OLE color: 12652458.
HSL color Cylindrical-coordinate representation of color #AA0FC1: hue angle of 292.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FC1 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 15 | 193 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.24 |
| HSL | 292.25º | 0.86% | 0.41% | - |
| HSV(B) | 292.25º | 0.92% | 0.76% | - |
| XYZ | 26.37 | 12.74 | 51.52 | - |
| YUV | 81.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 193 | 0.12 | 0.92 | 0 | 0.24 | 292.25 | 0.86 | 0.41 |
| Hex | AA | F | C1 | C | 5C | 0 | 18 | 124 | 56 | 29 |
| Octal | 252 | 17 | 301 | 14 | 134 | 0 | 30 | 444 | 126 | 51 |
| Binary | 10101010 | 1111 | 11000001 | 1100 | 1011100 | 0 | 11000 | 100100100 | 1010110 | 101001 |
Color Harmonies of #AA0FC1
Complementary color
Monochromatic Colors of #AA0FC1
Black with #AA0FC1
Text Example
Text Example
White with #AA0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FC1; }
p { color: rgb(170,15,193); }
H1.HeaderClassName
{
color: #AA0FC1;
}
.AnyTagClassName
{
color: #AA0FC1;
}
</style>
background-color css
<style>
a { background-color: #AA0FC1; }
a { background-color: rgb(170,15,193); }
div.DivClassName
{
background-color: #AA0FC1;
}
.BgClassName
{
background-color: #AA0FC1;
}
</style>
border-color css
<style>
span { border-color: #AA0FC1; }
span { border-color: rgb(170,15,193); }
td.TdClassName
{
border-color: #AA0FC1;
}
.TagClassName
{
border-color: #AA0FC1;
}
</style>