Shades of Dark Violet #AA08CB
Tints of Dark Violet #AA08CB
RGB
CMYK
RGB Variations
Color information
#AA08CB (or 0xAA08CB) is known color: Dark Violet. HEX triplet: AA, 08 and CB. RGB value is (170,8,203). Sum of RGB (Red+Green+Blue) = 170+8+203=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08CB is #55F734. Grayscale: #4E4E4E. Windows color (decimal): -5633845 or 13306026. OLE color: 13306026.
HSL color Cylindrical-coordinate representation of color #AA08CB: hue angle of 289.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08CB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 8 | 203 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.20 |
| HSL | 289.85º | 0.92% | 0.41% | - |
| HSV(B) | 289.85º | 0.96% | 0.8% | - |
| XYZ | 27.44 | 13.03 | 57.57 | - |
| YUV | 78.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 203 | 0.16 | 0.96 | 0 | 0.20 | 289.85 | 0.92 | 0.41 |
| Hex | AA | 8 | CB | 10 | 60 | 0 | 14 | 122 | 5C | 29 |
| Octal | 252 | 10 | 313 | 20 | 140 | 0 | 24 | 442 | 134 | 51 |
| Binary | 10101010 | 1000 | 11001011 | 10000 | 1100000 | 0 | 10100 | 100100010 | 1011100 | 101001 |
Color Harmonies of #AA08CB
Complementary color
Monochromatic Colors of #AA08CB
Black with #AA08CB
Text Example
Text Example
White with #AA08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08CB; }
p { color: rgb(170,8,203); }
H1.HeaderClassName
{
color: #AA08CB;
}
.AnyTagClassName
{
color: #AA08CB;
}
</style>
background-color css
<style>
a { background-color: #AA08CB; }
a { background-color: rgb(170,8,203); }
div.DivClassName
{
background-color: #AA08CB;
}
.BgClassName
{
background-color: #AA08CB;
}
</style>
border-color css
<style>
span { border-color: #AA08CB; }
span { border-color: rgb(170,8,203); }
td.TdClassName
{
border-color: #AA08CB;
}
.TagClassName
{
border-color: #AA08CB;
}
</style>