Shades of Violet Blue #AA36A4
Tints of Violet Blue #AA36A4
RGB
CMYK
RGB Variations
Color information
#AA36A4 (or 0xAA36A4) is known color: Violet Blue. HEX triplet: AA, 36 and A4. RGB value is (170,54,164). Sum of RGB (Red+Green+Blue) = 170+54+164=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A4 is #55C95B. Grayscale: #646464. Windows color (decimal): -5622108 or 10761898. OLE color: 10761898.
HSL color Cylindrical-coordinate representation of color #AA36A4: hue angle of 303.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA36A4 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 164 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.33 |
| HSL | 303.1º | 0.52% | 0.44% | - |
| HSV(B) | 303.1º | 0.68% | 0.67% | - |
| XYZ | 24.6 | 13.86 | 36.5 | - |
| YUV | 101.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 164 | 0 | 0.68 | 0.04 | 0.33 | 303.1 | 0.52 | 0.44 |
| Hex | AA | 36 | A4 | 0 | 44 | 4 | 21 | 12F | 34 | 2C |
| Octal | 252 | 66 | 244 | 0 | 104 | 4 | 41 | 457 | 64 | 54 |
| Binary | 10101010 | 110110 | 10100100 | 0 | 1000100 | 100 | 100001 | 100101111 | 110100 | 101100 |
Color Harmonies of #AA36A4
Complementary color
Monochromatic Colors of #AA36A4
Black with #AA36A4
Text Example
Text Example
White with #AA36A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36A4; }
p { color: rgb(170,54,164); }
H1.HeaderClassName
{
color: #AA36A4;
}
.AnyTagClassName
{
color: #AA36A4;
}
</style>
background-color css
<style>
a { background-color: #AA36A4; }
a { background-color: rgb(170,54,164); }
div.DivClassName
{
background-color: #AA36A4;
}
.BgClassName
{
background-color: #AA36A4;
}
</style>
border-color css
<style>
span { border-color: #AA36A4; }
span { border-color: rgb(170,54,164); }
td.TdClassName
{
border-color: #AA36A4;
}
.TagClassName
{
border-color: #AA36A4;
}
</style>