Shades of Dark Violet #AA0BDF
Tints of Dark Violet #AA0BDF
RGB
CMYK
RGB Variations
Color information
#AA0BDF (or 0xAA0BDF) is known color: Dark Violet. HEX triplet: AA, 0B and DF. RGB value is (170,11,223). Sum of RGB (Red+Green+Blue) = 170+11+223=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BDF is #55F420. Grayscale: #525252. Windows color (decimal): -5633057 or 14617514. OLE color: 14617514.
HSL color Cylindrical-coordinate representation of color #AA0BDF: hue angle of 285º degrees, saturation: 0.91, 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 #AA0BDF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 11 | 223 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.13 |
| HSL | 285º | 0.91% | 0.46% | - |
| HSV(B) | 285º | 0.95% | 0.87% | - |
| XYZ | 30.02 | 14.11 | 70.95 | - |
| YUV | 82.71 | 207.18 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 223 | 0.24 | 0.95 | 0 | 0.13 | 285 | 0.91 | 0.46 |
| Hex | AA | B | DF | 18 | 5F | 0 | D | 11D | 5B | 2E |
| Octal | 252 | 13 | 337 | 30 | 137 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101010 | 1011 | 11011111 | 11000 | 1011111 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #AA0BDF
Complementary color
Monochromatic Colors of #AA0BDF
Black with #AA0BDF
Text Example
Text Example
White with #AA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BDF; }
p { color: rgb(170,11,223); }
H1.HeaderClassName
{
color: #AA0BDF;
}
.AnyTagClassName
{
color: #AA0BDF;
}
</style>
background-color css
<style>
a { background-color: #AA0BDF; }
a { background-color: rgb(170,11,223); }
div.DivClassName
{
background-color: #AA0BDF;
}
.BgClassName
{
background-color: #AA0BDF;
}
</style>
border-color css
<style>
span { border-color: #AA0BDF; }
span { border-color: rgb(170,11,223); }
td.TdClassName
{
border-color: #AA0BDF;
}
.TagClassName
{
border-color: #AA0BDF;
}
</style>