Shades of Violet Blue #AA30A8
Tints of Violet Blue #AA30A8
RGB
CMYK
RGB Variations
Color information
#AA30A8 (or 0xAA30A8) is known color: Violet Blue. HEX triplet: AA, 30 and A8. RGB value is (170,48,168). Sum of RGB (Red+Green+Blue) = 170+48+168=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA30A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30A8 is #55CF57. Grayscale: #616161. Windows color (decimal): -5623640 or 11022506. OLE color: 11022506.
HSL color Cylindrical-coordinate representation of color #AA30A8: hue angle of 300.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA30A8 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 168 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.33 |
| HSL | 300.98º | 0.56% | 0.43% | - |
| HSV(B) | 300.98º | 0.72% | 0.67% | - |
| XYZ | 24.7 | 13.49 | 38.35 | - |
| YUV | 98.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 168 | 0 | 0.72 | 0.01 | 0.33 | 300.98 | 0.56 | 0.43 |
| Hex | AA | 30 | A8 | 0 | 48 | 1 | 21 | 12D | 38 | 2B |
| Octal | 252 | 60 | 250 | 0 | 110 | 1 | 41 | 455 | 70 | 53 |
| Binary | 10101010 | 110000 | 10101000 | 0 | 1001000 | 1 | 100001 | 100101101 | 111000 | 101011 |
Color Harmonies of #AA30A8
Complementary color
Monochromatic Colors of #AA30A8
Black with #AA30A8
Text Example
Text Example
White with #AA30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30A8; }
p { color: rgb(170,48,168); }
H1.HeaderClassName
{
color: #AA30A8;
}
.AnyTagClassName
{
color: #AA30A8;
}
</style>
background-color css
<style>
a { background-color: #AA30A8; }
a { background-color: rgb(170,48,168); }
div.DivClassName
{
background-color: #AA30A8;
}
.BgClassName
{
background-color: #AA30A8;
}
</style>
border-color css
<style>
span { border-color: #AA30A8; }
span { border-color: rgb(170,48,168); }
td.TdClassName
{
border-color: #AA30A8;
}
.TagClassName
{
border-color: #AA30A8;
}
</style>