Shades of Dark Violet #AA13D4
Tints of Dark Violet #AA13D4
RGB
CMYK
RGB Variations
Color information
#AA13D4 (or 0xAA13D4) is known color: Dark Violet. HEX triplet: AA, 13 and D4. RGB value is (170,19,212). Sum of RGB (Red+Green+Blue) = 170+19+212=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA13D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13D4 is #55EC2B. Grayscale: #555555. Windows color (decimal): -5631020 or 13898666. OLE color: 13898666.
HSL color Cylindrical-coordinate representation of color #AA13D4: hue angle of 286.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA13D4 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 19 | 212 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.17 |
| HSL | 286.94º | 0.84% | 0.45% | - |
| HSV(B) | 286.94º | 0.91% | 0.83% | - |
| XYZ | 28.69 | 13.77 | 63.43 | - |
| YUV | 86.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 212 | 0.20 | 0.91 | 0 | 0.17 | 286.94 | 0.84 | 0.45 |
| Hex | AA | 13 | D4 | 14 | 5B | 0 | 11 | 11F | 54 | 2D |
| Octal | 252 | 23 | 324 | 24 | 133 | 0 | 21 | 437 | 124 | 55 |
| Binary | 10101010 | 10011 | 11010100 | 10100 | 1011011 | 0 | 10001 | 100011111 | 1010100 | 101101 |
Color Harmonies of #AA13D4
Complementary color
Monochromatic Colors of #AA13D4
Black with #AA13D4
Text Example
Text Example
White with #AA13D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA13D4; }
p { color: rgb(170,19,212); }
H1.HeaderClassName
{
color: #AA13D4;
}
.AnyTagClassName
{
color: #AA13D4;
}
</style>
background-color css
<style>
a { background-color: #AA13D4; }
a { background-color: rgb(170,19,212); }
div.DivClassName
{
background-color: #AA13D4;
}
.BgClassName
{
background-color: #AA13D4;
}
</style>
border-color css
<style>
span { border-color: #AA13D4; }
span { border-color: rgb(170,19,212); }
td.TdClassName
{
border-color: #AA13D4;
}
.TagClassName
{
border-color: #AA13D4;
}
</style>