Shades of Dark Violet #AA01CC
Tints of Dark Violet #AA01CC
RGB
CMYK
RGB Variations
Color information
#AA01CC (or 0xAA01CC) is known color: Dark Violet. HEX triplet: AA, 01 and CC. RGB value is (170,1,204). Sum of RGB (Red+Green+Blue) = 170+1+204=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01CC is #55FE33. Grayscale: #4A4A4A. Windows color (decimal): -5635636 or 13369770. OLE color: 13369770.
HSL color Cylindrical-coordinate representation of color #AA01CC: hue angle of 289.95º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01CC is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 1 | 204 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.2 |
| HSL | 289.95º | 0.99% | 0.4% | - |
| HSV(B) | 289.95º | 1% | 0.8% | - |
| XYZ | 27.49 | 12.93 | 58.17 | - |
| YUV | 74.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 204 | 0.17 | 1.00 | 0 | 0.2 | 289.95 | 0.99 | 0.4 |
| Hex | AA | 1 | CC | 11 | 64 | 0 | 14 | 122 | 63 | 28 |
| Octal | 252 | 1 | 314 | 21 | 144 | 0 | 24 | 442 | 143 | 50 |
| Binary | 10101010 | 1 | 11001100 | 10001 | 1100100 | 0 | 10100 | 100100010 | 1100011 | 101000 |
Color Harmonies of #AA01CC
Complementary color
Monochromatic Colors of #AA01CC
Black with #AA01CC
Text Example
Text Example
White with #AA01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01CC; }
p { color: rgb(170,1,204); }
H1.HeaderClassName
{
color: #AA01CC;
}
.AnyTagClassName
{
color: #AA01CC;
}
</style>
background-color css
<style>
a { background-color: #AA01CC; }
a { background-color: rgb(170,1,204); }
div.DivClassName
{
background-color: #AA01CC;
}
.BgClassName
{
background-color: #AA01CC;
}
</style>
border-color css
<style>
span { border-color: #AA01CC; }
span { border-color: rgb(170,1,204); }
td.TdClassName
{
border-color: #AA01CC;
}
.TagClassName
{
border-color: #AA01CC;
}
</style>