Shades of Dark Violet #AA05CB
Tints of Dark Violet #AA05CB
RGB
CMYK
RGB Variations
Color information
#AA05CB (or 0xAA05CB) is known color: Dark Violet. HEX triplet: AA, 05 and CB. RGB value is (170,5,203). Sum of RGB (Red+Green+Blue) = 170+5+203=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05CB is #55FA34. Grayscale: #4C4C4C. Windows color (decimal): -5634613 or 13305258. OLE color: 13305258.
HSL color Cylindrical-coordinate representation of color #AA05CB: hue angle of 290º degrees, saturation: 0.95, 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 #AA05CB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 5 | 203 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.20 |
| HSL | 290º | 0.95% | 0.41% | - |
| HSV(B) | 290º | 0.98% | 0.8% | - |
| XYZ | 27.41 | 12.97 | 57.56 | - |
| YUV | 76.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 203 | 0.16 | 0.98 | 0 | 0.20 | 290 | 0.95 | 0.41 |
| Hex | AA | 5 | CB | 10 | 62 | 0 | 14 | 122 | 5F | 29 |
| Octal | 252 | 5 | 313 | 20 | 142 | 0 | 24 | 442 | 137 | 51 |
| Binary | 10101010 | 101 | 11001011 | 10000 | 1100010 | 0 | 10100 | 100100010 | 1011111 | 101001 |
Color Harmonies of #AA05CB
Complementary color
Monochromatic Colors of #AA05CB
Black with #AA05CB
Text Example
Text Example
White with #AA05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05CB; }
p { color: rgb(170,5,203); }
H1.HeaderClassName
{
color: #AA05CB;
}
.AnyTagClassName
{
color: #AA05CB;
}
</style>
background-color css
<style>
a { background-color: #AA05CB; }
a { background-color: rgb(170,5,203); }
div.DivClassName
{
background-color: #AA05CB;
}
.BgClassName
{
background-color: #AA05CB;
}
</style>
border-color css
<style>
span { border-color: #AA05CB; }
span { border-color: rgb(170,5,203); }
td.TdClassName
{
border-color: #AA05CB;
}
.TagClassName
{
border-color: #AA05CB;
}
</style>