Shades of Dark Violet #AA15D4
Tints of Dark Violet #AA15D4
RGB
CMYK
RGB Variations
Color information
#AA15D4 (or 0xAA15D4) is known color: Dark Violet. HEX triplet: AA, 15 and D4. RGB value is (170,21,212). Sum of RGB (Red+Green+Blue) = 170+21+212=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA15D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15D4 is #55EA2B. Grayscale: #565656. Windows color (decimal): -5630508 or 13899178. OLE color: 13899178.
HSL color Cylindrical-coordinate representation of color #AA15D4: hue angle of 286.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA15D4 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 21 | 212 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.17 |
| HSL | 286.81º | 0.82% | 0.46% | - |
| HSV(B) | 286.81º | 0.9% | 0.83% | - |
| XYZ | 28.73 | 13.84 | 63.44 | - |
| YUV | 87.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 212 | 0.20 | 0.90 | 0 | 0.17 | 286.81 | 0.82 | 0.46 |
| Hex | AA | 15 | D4 | 14 | 5A | 0 | 11 | 11F | 52 | 2E |
| Octal | 252 | 25 | 324 | 24 | 132 | 0 | 21 | 437 | 122 | 56 |
| Binary | 10101010 | 10101 | 11010100 | 10100 | 1011010 | 0 | 10001 | 100011111 | 1010010 | 101110 |
Color Harmonies of #AA15D4
Complementary color
Monochromatic Colors of #AA15D4
Black with #AA15D4
Text Example
Text Example
White with #AA15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15D4; }
p { color: rgb(170,21,212); }
H1.HeaderClassName
{
color: #AA15D4;
}
.AnyTagClassName
{
color: #AA15D4;
}
</style>
background-color css
<style>
a { background-color: #AA15D4; }
a { background-color: rgb(170,21,212); }
div.DivClassName
{
background-color: #AA15D4;
}
.BgClassName
{
background-color: #AA15D4;
}
</style>
border-color css
<style>
span { border-color: #AA15D4; }
span { border-color: rgb(170,21,212); }
td.TdClassName
{
border-color: #AA15D4;
}
.TagClassName
{
border-color: #AA15D4;
}
</style>