Shades of Violet Blue #AA43A8
Tints of Violet Blue #AA43A8
RGB
CMYK
RGB Variations
Color information
#AA43A8 (or 0xAA43A8) is known color: Violet Blue. HEX triplet: AA, 43 and A8. RGB value is (170,67,168). Sum of RGB (Red+Green+Blue) = 170+67+168=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA43A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA43A8 is #55BC57. Grayscale: #6D6D6D. Windows color (decimal): -5618776 or 11027370. OLE color: 11027370.
HSL color Cylindrical-coordinate representation of color #AA43A8: hue angle of 301.17º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA43A8 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 168 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.33 |
| HSL | 301.17º | 0.43% | 0.46% | - |
| HSV(B) | 301.17º | 0.61% | 0.67% | - |
| XYZ | 25.65 | 15.39 | 38.66 | - |
| YUV | 109.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 168 | 0 | 0.61 | 0.01 | 0.33 | 301.17 | 0.43 | 0.46 |
| Hex | AA | 43 | A8 | 0 | 3D | 1 | 21 | 12D | 2B | 2E |
| Octal | 252 | 103 | 250 | 0 | 75 | 1 | 41 | 455 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10101000 | 0 | 111101 | 1 | 100001 | 100101101 | 101011 | 101110 |
Color Harmonies of #AA43A8
Complementary color
Monochromatic Colors of #AA43A8
Black with #AA43A8
Text Example
Text Example
White with #AA43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43A8; }
p { color: rgb(170,67,168); }
H1.HeaderClassName
{
color: #AA43A8;
}
.AnyTagClassName
{
color: #AA43A8;
}
</style>
background-color css
<style>
a { background-color: #AA43A8; }
a { background-color: rgb(170,67,168); }
div.DivClassName
{
background-color: #AA43A8;
}
.BgClassName
{
background-color: #AA43A8;
}
</style>
border-color css
<style>
span { border-color: #AA43A8; }
span { border-color: rgb(170,67,168); }
td.TdClassName
{
border-color: #AA43A8;
}
.TagClassName
{
border-color: #AA43A8;
}
</style>