Shades of Dark Violet #AA04CC
Tints of Dark Violet #AA04CC
RGB
CMYK
RGB Variations
Color information
#AA04CC (or 0xAA04CC) is known color: Dark Violet. HEX triplet: AA, 04 and CC. RGB value is (170,4,204). Sum of RGB (Red+Green+Blue) = 170+4+204=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CC is #55FB33. Grayscale: #4B4B4B. Windows color (decimal): -5634868 or 13370538. OLE color: 13370538.
HSL color Cylindrical-coordinate representation of color #AA04CC: hue angle of 289.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04CC is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 4 | 204 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.2 |
| HSL | 289.8º | 0.96% | 0.41% | - |
| HSV(B) | 289.8º | 0.98% | 0.8% | - |
| XYZ | 27.52 | 12.99 | 58.18 | - |
| YUV | 76.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 204 | 0.17 | 0.98 | 0 | 0.2 | 289.8 | 0.96 | 0.41 |
| Hex | AA | 4 | CC | 11 | 62 | 0 | 14 | 122 | 60 | 29 |
| Octal | 252 | 4 | 314 | 21 | 142 | 0 | 24 | 442 | 140 | 51 |
| Binary | 10101010 | 100 | 11001100 | 10001 | 1100010 | 0 | 10100 | 100100010 | 1100000 | 101001 |
Color Harmonies of #AA04CC
Complementary color
Monochromatic Colors of #AA04CC
Black with #AA04CC
Text Example
Text Example
White with #AA04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04CC; }
p { color: rgb(170,4,204); }
H1.HeaderClassName
{
color: #AA04CC;
}
.AnyTagClassName
{
color: #AA04CC;
}
</style>
background-color css
<style>
a { background-color: #AA04CC; }
a { background-color: rgb(170,4,204); }
div.DivClassName
{
background-color: #AA04CC;
}
.BgClassName
{
background-color: #AA04CC;
}
</style>
border-color css
<style>
span { border-color: #AA04CC; }
span { border-color: rgb(170,4,204); }
td.TdClassName
{
border-color: #AA04CC;
}
.TagClassName
{
border-color: #AA04CC;
}
</style>