Shades of Dark Violet #AA14DF
Tints of Dark Violet #AA14DF
RGB
CMYK
RGB Variations
Color information
#AA14DF (or 0xAA14DF) is known color: Dark Violet. HEX triplet: AA, 14 and DF. RGB value is (170,20,223). Sum of RGB (Red+Green+Blue) = 170+20+223=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14DF is #55EB20. Grayscale: #575757. Windows color (decimal): -5630753 or 14619818. OLE color: 14619818.
HSL color Cylindrical-coordinate representation of color #AA14DF: hue angle of 284.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA14DF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 20 | 223 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.13 |
| HSL | 284.34º | 0.84% | 0.48% | - |
| HSV(B) | 284.34º | 0.91% | 0.87% | - |
| XYZ | 30.15 | 14.37 | 71 | - |
| YUV | 87.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 223 | 0.24 | 0.91 | 0 | 0.13 | 284.34 | 0.84 | 0.48 |
| Hex | AA | 14 | DF | 18 | 5B | 0 | D | 11C | 54 | 30 |
| Octal | 252 | 24 | 337 | 30 | 133 | 0 | 15 | 434 | 124 | 60 |
| Binary | 10101010 | 10100 | 11011111 | 11000 | 1011011 | 0 | 1101 | 100011100 | 1010100 | 110000 |
Color Harmonies of #AA14DF
Complementary color
Monochromatic Colors of #AA14DF
Black with #AA14DF
Text Example
Text Example
White with #AA14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14DF; }
p { color: rgb(170,20,223); }
H1.HeaderClassName
{
color: #AA14DF;
}
.AnyTagClassName
{
color: #AA14DF;
}
</style>
background-color css
<style>
a { background-color: #AA14DF; }
a { background-color: rgb(170,20,223); }
div.DivClassName
{
background-color: #AA14DF;
}
.BgClassName
{
background-color: #AA14DF;
}
</style>
border-color css
<style>
span { border-color: #AA14DF; }
span { border-color: rgb(170,20,223); }
td.TdClassName
{
border-color: #AA14DF;
}
.TagClassName
{
border-color: #AA14DF;
}
</style>