Shades of Dark Violet #AA15CC
Tints of Dark Violet #AA15CC
RGB
CMYK
RGB Variations
Color information
#AA15CC (or 0xAA15CC) is known color: Dark Violet. HEX triplet: AA, 15 and CC. RGB value is (170,21,204). Sum of RGB (Red+Green+Blue) = 170+21+204=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15CC is #55EA33. Grayscale: #555555. Windows color (decimal): -5630516 or 13374890. OLE color: 13374890.
HSL color Cylindrical-coordinate representation of color #AA15CC: hue angle of 288.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA15CC is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 21 | 204 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.2 |
| HSL | 288.85º | 0.81% | 0.44% | - |
| HSV(B) | 288.85º | 0.9% | 0.8% | - |
| XYZ | 27.74 | 13.44 | 58.26 | - |
| YUV | 86.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 204 | 0.17 | 0.90 | 0 | 0.2 | 288.85 | 0.81 | 0.44 |
| Hex | AA | 15 | CC | 11 | 5A | 0 | 14 | 121 | 51 | 2C |
| Octal | 252 | 25 | 314 | 21 | 132 | 0 | 24 | 441 | 121 | 54 |
| Binary | 10101010 | 10101 | 11001100 | 10001 | 1011010 | 0 | 10100 | 100100001 | 1010001 | 101100 |
Color Harmonies of #AA15CC
Complementary color
Monochromatic Colors of #AA15CC
Black with #AA15CC
Text Example
Text Example
White with #AA15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15CC; }
p { color: rgb(170,21,204); }
H1.HeaderClassName
{
color: #AA15CC;
}
.AnyTagClassName
{
color: #AA15CC;
}
</style>
background-color css
<style>
a { background-color: #AA15CC; }
a { background-color: rgb(170,21,204); }
div.DivClassName
{
background-color: #AA15CC;
}
.BgClassName
{
background-color: #AA15CC;
}
</style>
border-color css
<style>
span { border-color: #AA15CC; }
span { border-color: rgb(170,21,204); }
td.TdClassName
{
border-color: #AA15CC;
}
.TagClassName
{
border-color: #AA15CC;
}
</style>