Shades of Dark Violet #AA10DF
Tints of Dark Violet #AA10DF
RGB
CMYK
RGB Variations
Color information
#AA10DF (or 0xAA10DF) is known color: Dark Violet. HEX triplet: AA, 10 and DF. RGB value is (170,16,223). Sum of RGB (Red+Green+Blue) = 170+16+223=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10DF is #55EF20. Grayscale: #545454. Windows color (decimal): -5631777 or 14618794. OLE color: 14618794.
HSL color Cylindrical-coordinate representation of color #AA10DF: hue angle of 284.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10DF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 16 | 223 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.13 |
| HSL | 284.64º | 0.87% | 0.47% | - |
| HSV(B) | 284.64º | 0.93% | 0.87% | - |
| XYZ | 30.08 | 14.24 | 70.98 | - |
| YUV | 85.64 | 205.52 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 223 | 0.24 | 0.93 | 0 | 0.13 | 284.64 | 0.87 | 0.47 |
| Hex | AA | 10 | DF | 18 | 5D | 0 | D | 11D | 57 | 2F |
| Octal | 252 | 20 | 337 | 30 | 135 | 0 | 15 | 435 | 127 | 57 |
| Binary | 10101010 | 10000 | 11011111 | 11000 | 1011101 | 0 | 1101 | 100011101 | 1010111 | 101111 |
Color Harmonies of #AA10DF
Complementary color
Monochromatic Colors of #AA10DF
Black with #AA10DF
Text Example
Text Example
White with #AA10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10DF; }
p { color: rgb(170,16,223); }
H1.HeaderClassName
{
color: #AA10DF;
}
.AnyTagClassName
{
color: #AA10DF;
}
</style>
background-color css
<style>
a { background-color: #AA10DF; }
a { background-color: rgb(170,16,223); }
div.DivClassName
{
background-color: #AA10DF;
}
.BgClassName
{
background-color: #AA10DF;
}
</style>
border-color css
<style>
span { border-color: #AA10DF; }
span { border-color: rgb(170,16,223); }
td.TdClassName
{
border-color: #AA10DF;
}
.TagClassName
{
border-color: #AA10DF;
}
</style>