Shades of Dark Violet #AA14DA
Tints of Dark Violet #AA14DA
RGB
CMYK
RGB Variations
Color information
#AA14DA (or 0xAA14DA) is known color: Dark Violet. HEX triplet: AA, 14 and DA. RGB value is (170,20,218). Sum of RGB (Red+Green+Blue) = 170+20+218=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA14DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14DA is #55EB25. Grayscale: #565656. Windows color (decimal): -5630758 or 14292138. OLE color: 14292138.
HSL color Cylindrical-coordinate representation of color #AA14DA: hue angle of 285.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA14DA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 20 | 218 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.15 |
| HSL | 285.45º | 0.83% | 0.47% | - |
| HSV(B) | 285.45º | 0.91% | 0.85% | - |
| XYZ | 29.48 | 14.11 | 67.5 | - |
| YUV | 87.42 | 201.7 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 218 | 0.22 | 0.91 | 0 | 0.15 | 285.45 | 0.83 | 0.47 |
| Hex | AA | 14 | DA | 16 | 5B | 0 | F | 11D | 53 | 2F |
| Octal | 252 | 24 | 332 | 26 | 133 | 0 | 17 | 435 | 123 | 57 |
| Binary | 10101010 | 10100 | 11011010 | 10110 | 1011011 | 0 | 1111 | 100011101 | 1010011 | 101111 |
Color Harmonies of #AA14DA
Complementary color
Monochromatic Colors of #AA14DA
Black with #AA14DA
Text Example
Text Example
White with #AA14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14DA; }
p { color: rgb(170,20,218); }
H1.HeaderClassName
{
color: #AA14DA;
}
.AnyTagClassName
{
color: #AA14DA;
}
</style>
background-color css
<style>
a { background-color: #AA14DA; }
a { background-color: rgb(170,20,218); }
div.DivClassName
{
background-color: #AA14DA;
}
.BgClassName
{
background-color: #AA14DA;
}
</style>
border-color css
<style>
span { border-color: #AA14DA; }
span { border-color: rgb(170,20,218); }
td.TdClassName
{
border-color: #AA14DA;
}
.TagClassName
{
border-color: #AA14DA;
}
</style>