Shades of Violet Blue #AA4FA5
Tints of Violet Blue #AA4FA5
RGB
CMYK
RGB Variations
Color information
#AA4FA5 (or 0xAA4FA5) is known color: Violet Blue. HEX triplet: AA, 4F and A5. RGB value is (170,79,165). Sum of RGB (Red+Green+Blue) = 170+79+165=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FA5 is #55B05A. Grayscale: #737373. Windows color (decimal): -5615707 or 10833834. OLE color: 10833834.
HSL color Cylindrical-coordinate representation of color #AA4FA5: hue angle of 303.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4FA5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 165 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.33 |
| HSL | 303.3º | 0.37% | 0.49% | - |
| HSV(B) | 303.3º | 0.54% | 0.67% | - |
| XYZ | 26.17 | 16.85 | 37.47 | - |
| YUV | 116.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 165 | 0 | 0.54 | 0.03 | 0.33 | 303.3 | 0.37 | 0.49 |
| Hex | AA | 4F | A5 | 0 | 36 | 3 | 21 | 12F | 25 | 31 |
| Octal | 252 | 117 | 245 | 0 | 66 | 3 | 41 | 457 | 45 | 61 |
| Binary | 10101010 | 1001111 | 10100101 | 0 | 110110 | 11 | 100001 | 100101111 | 100101 | 110001 |
Color Harmonies of #AA4FA5
Complementary color
Monochromatic Colors of #AA4FA5
Black with #AA4FA5
Text Example
Text Example
White with #AA4FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FA5; }
p { color: rgb(170,79,165); }
H1.HeaderClassName
{
color: #AA4FA5;
}
.AnyTagClassName
{
color: #AA4FA5;
}
</style>
background-color css
<style>
a { background-color: #AA4FA5; }
a { background-color: rgb(170,79,165); }
div.DivClassName
{
background-color: #AA4FA5;
}
.BgClassName
{
background-color: #AA4FA5;
}
</style>
border-color css
<style>
span { border-color: #AA4FA5; }
span { border-color: rgb(170,79,165); }
td.TdClassName
{
border-color: #AA4FA5;
}
.TagClassName
{
border-color: #AA4FA5;
}
</style>