Shades of Dark Violet #AA08C4
Tints of Dark Violet #AA08C4
RGB
CMYK
RGB Variations
Color information
#AA08C4 (or 0xAA08C4) is known color: Dark Violet. HEX triplet: AA, 08 and C4. RGB value is (170,8,196). Sum of RGB (Red+Green+Blue) = 170+8+196=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA08C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08C4 is #55F73B. Grayscale: #4D4D4D. Windows color (decimal): -5633852 or 12847274. OLE color: 12847274.
HSL color Cylindrical-coordinate representation of color #AA08C4: hue angle of 291.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08C4 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 8 | 196 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.23 |
| HSL | 291.7º | 0.92% | 0.4% | - |
| HSV(B) | 291.7º | 0.96% | 0.77% | - |
| XYZ | 26.63 | 12.71 | 53.27 | - |
| YUV | 77.87 | 194.67 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 196 | 0.13 | 0.96 | 0 | 0.23 | 291.7 | 0.92 | 0.4 |
| Hex | AA | 8 | C4 | D | 60 | 0 | 17 | 124 | 5C | 28 |
| Octal | 252 | 10 | 304 | 15 | 140 | 0 | 27 | 444 | 134 | 50 |
| Binary | 10101010 | 1000 | 11000100 | 1101 | 1100000 | 0 | 10111 | 100100100 | 1011100 | 101000 |
Color Harmonies of #AA08C4
Complementary color
Monochromatic Colors of #AA08C4
Black with #AA08C4
Text Example
Text Example
White with #AA08C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08C4; }
p { color: rgb(170,8,196); }
H1.HeaderClassName
{
color: #AA08C4;
}
.AnyTagClassName
{
color: #AA08C4;
}
</style>
background-color css
<style>
a { background-color: #AA08C4; }
a { background-color: rgb(170,8,196); }
div.DivClassName
{
background-color: #AA08C4;
}
.BgClassName
{
background-color: #AA08C4;
}
</style>
border-color css
<style>
span { border-color: #AA08C4; }
span { border-color: rgb(170,8,196); }
td.TdClassName
{
border-color: #AA08C4;
}
.TagClassName
{
border-color: #AA08C4;
}
</style>