Shades of Dark Violet #AA0CDD
Tints of Dark Violet #AA0CDD
RGB
CMYK
RGB Variations
Color information
#AA0CDD (or 0xAA0CDD) is known color: Dark Violet. HEX triplet: AA, 0C and DD. RGB value is (170,12,221). Sum of RGB (Red+Green+Blue) = 170+12+221=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDD is #55F322. Grayscale: #525252. Windows color (decimal): -5632803 or 14486698. OLE color: 14486698.
HSL color Cylindrical-coordinate representation of color #AA0CDD: hue angle of 285.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CDD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 12 | 221 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.36º | 0.9% | 0.46% | - |
| HSV(B) | 285.36º | 0.95% | 0.87% | - |
| XYZ | 29.76 | 14.03 | 69.55 | - |
| YUV | 83.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 221 | 0.23 | 0.95 | 0 | 0.13 | 285.36 | 0.9 | 0.46 |
| Hex | AA | C | DD | 17 | 5F | 0 | D | 11D | 5A | 2E |
| Octal | 252 | 14 | 335 | 27 | 137 | 0 | 15 | 435 | 132 | 56 |
| Binary | 10101010 | 1100 | 11011101 | 10111 | 1011111 | 0 | 1101 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AA0CDD
Complementary color
Monochromatic Colors of #AA0CDD
Black with #AA0CDD
Text Example
Text Example
White with #AA0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CDD; }
p { color: rgb(170,12,221); }
H1.HeaderClassName
{
color: #AA0CDD;
}
.AnyTagClassName
{
color: #AA0CDD;
}
</style>
background-color css
<style>
a { background-color: #AA0CDD; }
a { background-color: rgb(170,12,221); }
div.DivClassName
{
background-color: #AA0CDD;
}
.BgClassName
{
background-color: #AA0CDD;
}
</style>
border-color css
<style>
span { border-color: #AA0CDD; }
span { border-color: rgb(170,12,221); }
td.TdClassName
{
border-color: #AA0CDD;
}
.TagClassName
{
border-color: #AA0CDD;
}
</style>