Shades of Dark Violet #AA14CB
Tints of Dark Violet #AA14CB
RGB
CMYK
RGB Variations
Color information
#AA14CB (or 0xAA14CB) is known color: Dark Violet. HEX triplet: AA, 14 and CB. RGB value is (170,20,203). Sum of RGB (Red+Green+Blue) = 170+20+203=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CB is #55EB34. Grayscale: #555555. Windows color (decimal): -5630773 or 13309098. OLE color: 13309098.
HSL color Cylindrical-coordinate representation of color #AA14CB: hue angle of 289.18º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14CB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 20 | 203 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.20 |
| HSL | 289.18º | 0.82% | 0.44% | - |
| HSV(B) | 289.18º | 0.9% | 0.8% | - |
| XYZ | 27.61 | 13.36 | 57.62 | - |
| YUV | 85.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 203 | 0.16 | 0.90 | 0 | 0.20 | 289.18 | 0.82 | 0.44 |
| Hex | AA | 14 | CB | 10 | 5A | 0 | 14 | 121 | 52 | 2C |
| Octal | 252 | 24 | 313 | 20 | 132 | 0 | 24 | 441 | 122 | 54 |
| Binary | 10101010 | 10100 | 11001011 | 10000 | 1011010 | 0 | 10100 | 100100001 | 1010010 | 101100 |
Color Harmonies of #AA14CB
Complementary color
Monochromatic Colors of #AA14CB
Black with #AA14CB
Text Example
Text Example
White with #AA14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14CB; }
p { color: rgb(170,20,203); }
H1.HeaderClassName
{
color: #AA14CB;
}
.AnyTagClassName
{
color: #AA14CB;
}
</style>
background-color css
<style>
a { background-color: #AA14CB; }
a { background-color: rgb(170,20,203); }
div.DivClassName
{
background-color: #AA14CB;
}
.BgClassName
{
background-color: #AA14CB;
}
</style>
border-color css
<style>
span { border-color: #AA14CB; }
span { border-color: rgb(170,20,203); }
td.TdClassName
{
border-color: #AA14CB;
}
.TagClassName
{
border-color: #AA14CB;
}
</style>