Shades of Dark Violet #AA14D5
Tints of Dark Violet #AA14D5
RGB
CMYK
RGB Variations
Color information
#AA14D5 (or 0xAA14D5) is known color: Dark Violet. HEX triplet: AA, 14 and D5. RGB value is (170,20,213). Sum of RGB (Red+Green+Blue) = 170+20+213=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA14D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14D5 is #55EB2A. Grayscale: #565656. Windows color (decimal): -5630763 or 13964458. OLE color: 13964458.
HSL color Cylindrical-coordinate representation of color #AA14D5: hue angle of 286.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA14D5 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 20 | 213 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.16 |
| HSL | 286.63º | 0.83% | 0.46% | - |
| HSV(B) | 286.63º | 0.91% | 0.84% | - |
| XYZ | 28.84 | 13.85 | 64.1 | - |
| YUV | 86.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 213 | 0.20 | 0.91 | 0 | 0.16 | 286.63 | 0.83 | 0.46 |
| Hex | AA | 14 | D5 | 14 | 5B | 0 | 10 | 11F | 53 | 2E |
| Octal | 252 | 24 | 325 | 24 | 133 | 0 | 20 | 437 | 123 | 56 |
| Binary | 10101010 | 10100 | 11010101 | 10100 | 1011011 | 0 | 10000 | 100011111 | 1010011 | 101110 |
Color Harmonies of #AA14D5
Complementary color
Monochromatic Colors of #AA14D5
Black with #AA14D5
Text Example
Text Example
White with #AA14D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14D5; }
p { color: rgb(170,20,213); }
H1.HeaderClassName
{
color: #AA14D5;
}
.AnyTagClassName
{
color: #AA14D5;
}
</style>
background-color css
<style>
a { background-color: #AA14D5; }
a { background-color: rgb(170,20,213); }
div.DivClassName
{
background-color: #AA14D5;
}
.BgClassName
{
background-color: #AA14D5;
}
</style>
border-color css
<style>
span { border-color: #AA14D5; }
span { border-color: rgb(170,20,213); }
td.TdClassName
{
border-color: #AA14D5;
}
.TagClassName
{
border-color: #AA14D5;
}
</style>