Shades of Dark Violet #AA0CDF
Tints of Dark Violet #AA0CDF
RGB
CMYK
RGB Variations
Color information
#AA0CDF (or 0xAA0CDF) is known color: Dark Violet. HEX triplet: AA, 0C and DF. RGB value is (170,12,223). Sum of RGB (Red+Green+Blue) = 170+12+223=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDF is #55F320. Grayscale: #525252. Windows color (decimal): -5632801 or 14617770. OLE color: 14617770.
HSL color Cylindrical-coordinate representation of color #AA0CDF: hue angle of 284.93º 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 #AA0CDF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 12 | 223 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.13 |
| HSL | 284.93º | 0.9% | 0.46% | - |
| HSV(B) | 284.93º | 0.95% | 0.87% | - |
| XYZ | 30.03 | 14.14 | 70.96 | - |
| YUV | 83.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 223 | 0.24 | 0.95 | 0 | 0.13 | 284.93 | 0.9 | 0.46 |
| Hex | AA | C | DF | 18 | 5F | 0 | D | 11D | 5A | 2E |
| Octal | 252 | 14 | 337 | 30 | 137 | 0 | 15 | 435 | 132 | 56 |
| Binary | 10101010 | 1100 | 11011111 | 11000 | 1011111 | 0 | 1101 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AA0CDF
Complementary color
Monochromatic Colors of #AA0CDF
Black with #AA0CDF
Text Example
Text Example
White with #AA0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CDF; }
p { color: rgb(170,12,223); }
H1.HeaderClassName
{
color: #AA0CDF;
}
.AnyTagClassName
{
color: #AA0CDF;
}
</style>
background-color css
<style>
a { background-color: #AA0CDF; }
a { background-color: rgb(170,12,223); }
div.DivClassName
{
background-color: #AA0CDF;
}
.BgClassName
{
background-color: #AA0CDF;
}
</style>
border-color css
<style>
span { border-color: #AA0CDF; }
span { border-color: rgb(170,12,223); }
td.TdClassName
{
border-color: #AA0CDF;
}
.TagClassName
{
border-color: #AA0CDF;
}
</style>