Shades of Dark Violet #AA0ADF
Tints of Dark Violet #AA0ADF
RGB
CMYK
RGB Variations
Color information
#AA0ADF (or 0xAA0ADF) is known color: Dark Violet. HEX triplet: AA, 0A and DF. RGB value is (170,10,223). Sum of RGB (Red+Green+Blue) = 170+10+223=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ADF is #55F520. Grayscale: #515151. Windows color (decimal): -5633313 or 14617258. OLE color: 14617258.
HSL color Cylindrical-coordinate representation of color #AA0ADF: hue angle of 285.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0ADF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 10 | 223 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.13 |
| HSL | 285.07º | 0.91% | 0.46% | - |
| HSV(B) | 285.07º | 0.96% | 0.87% | - |
| XYZ | 30.01 | 14.09 | 70.95 | - |
| YUV | 82.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 223 | 0.24 | 0.96 | 0 | 0.13 | 285.07 | 0.91 | 0.46 |
| Hex | AA | A | DF | 18 | 60 | 0 | D | 11D | 5B | 2E |
| Octal | 252 | 12 | 337 | 30 | 140 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101010 | 1010 | 11011111 | 11000 | 1100000 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #AA0ADF
Complementary color
Monochromatic Colors of #AA0ADF
Black with #AA0ADF
Text Example
Text Example
White with #AA0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ADF; }
p { color: rgb(170,10,223); }
H1.HeaderClassName
{
color: #AA0ADF;
}
.AnyTagClassName
{
color: #AA0ADF;
}
</style>
background-color css
<style>
a { background-color: #AA0ADF; }
a { background-color: rgb(170,10,223); }
div.DivClassName
{
background-color: #AA0ADF;
}
.BgClassName
{
background-color: #AA0ADF;
}
</style>
border-color css
<style>
span { border-color: #AA0ADF; }
span { border-color: rgb(170,10,223); }
td.TdClassName
{
border-color: #AA0ADF;
}
.TagClassName
{
border-color: #AA0ADF;
}
</style>