Shades of Dark Violet #AA14D2
Tints of Dark Violet #AA14D2
RGB
CMYK
RGB Variations
Color information
#AA14D2 (or 0xAA14D2) is known color: Dark Violet. HEX triplet: AA, 14 and D2. RGB value is (170,20,210). Sum of RGB (Red+Green+Blue) = 170+20+210=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA14D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14D2 is #55EB2D. Grayscale: #555555. Windows color (decimal): -5630766 or 13767850. OLE color: 13767850.
HSL color Cylindrical-coordinate representation of color #AA14D2: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14D2 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 20 | 210 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.18 |
| HSL | 287.37º | 0.83% | 0.45% | - |
| HSV(B) | 287.37º | 0.9% | 0.82% | - |
| XYZ | 28.46 | 13.7 | 62.12 | - |
| YUV | 86.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 210 | 0.19 | 0.90 | 0 | 0.18 | 287.37 | 0.83 | 0.45 |
| Hex | AA | 14 | D2 | 13 | 5A | 0 | 12 | 11F | 53 | 2D |
| Octal | 252 | 24 | 322 | 23 | 132 | 0 | 22 | 437 | 123 | 55 |
| Binary | 10101010 | 10100 | 11010010 | 10011 | 1011010 | 0 | 10010 | 100011111 | 1010011 | 101101 |
Color Harmonies of #AA14D2
Complementary color
Monochromatic Colors of #AA14D2
Black with #AA14D2
Text Example
Text Example
White with #AA14D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14D2; }
p { color: rgb(170,20,210); }
H1.HeaderClassName
{
color: #AA14D2;
}
.AnyTagClassName
{
color: #AA14D2;
}
</style>
background-color css
<style>
a { background-color: #AA14D2; }
a { background-color: rgb(170,20,210); }
div.DivClassName
{
background-color: #AA14D2;
}
.BgClassName
{
background-color: #AA14D2;
}
</style>
border-color css
<style>
span { border-color: #AA14D2; }
span { border-color: rgb(170,20,210); }
td.TdClassName
{
border-color: #AA14D2;
}
.TagClassName
{
border-color: #AA14D2;
}
</style>