Shades of Dark Violet #AA03DF
Tints of Dark Violet #AA03DF
RGB
CMYK
RGB Variations
Color information
#AA03DF (or 0xAA03DF) is known color: Dark Violet. HEX triplet: AA, 03 and DF. RGB value is (170,3,223). Sum of RGB (Red+Green+Blue) = 170+3+223=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03DF is #55FC20. Grayscale: #4D4D4D. Windows color (decimal): -5635105 or 14615466. OLE color: 14615466.
HSL color Cylindrical-coordinate representation of color #AA03DF: hue angle of 285.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03DF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 3 | 223 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.13 |
| HSL | 285.55º | 0.97% | 0.44% | - |
| HSV(B) | 285.55º | 0.99% | 0.87% | - |
| XYZ | 29.93 | 13.94 | 70.93 | - |
| YUV | 78.01 | 209.83 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 223 | 0.24 | 0.99 | 0 | 0.13 | 285.55 | 0.97 | 0.44 |
| Hex | AA | 3 | DF | 18 | 63 | 0 | D | 11E | 61 | 2C |
| Octal | 252 | 3 | 337 | 30 | 143 | 0 | 15 | 436 | 141 | 54 |
| Binary | 10101010 | 11 | 11011111 | 11000 | 1100011 | 0 | 1101 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AA03DF
Complementary color
Monochromatic Colors of #AA03DF
Black with #AA03DF
Text Example
Text Example
White with #AA03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03DF; }
p { color: rgb(170,3,223); }
H1.HeaderClassName
{
color: #AA03DF;
}
.AnyTagClassName
{
color: #AA03DF;
}
</style>
background-color css
<style>
a { background-color: #AA03DF; }
a { background-color: rgb(170,3,223); }
div.DivClassName
{
background-color: #AA03DF;
}
.BgClassName
{
background-color: #AA03DF;
}
</style>
border-color css
<style>
span { border-color: #AA03DF; }
span { border-color: rgb(170,3,223); }
td.TdClassName
{
border-color: #AA03DF;
}
.TagClassName
{
border-color: #AA03DF;
}
</style>