Shades of Violet Blue #AA4FAC
Tints of Violet Blue #AA4FAC
RGB
CMYK
RGB Variations
Color information
#AA4FAC (or 0xAA4FAC) is known color: Violet Blue. HEX triplet: AA, 4F and AC. RGB value is (170,79,172). Sum of RGB (Red+Green+Blue) = 170+79+172=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FAC is #55B053. Grayscale: #747474. Windows color (decimal): -5615700 or 11292586. OLE color: 11292586.
HSL color Cylindrical-coordinate representation of color #AA4FAC: hue angle of 298.71º 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 #AA4FAC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 79 | 172 | - |
CMYK | 0.01 | 0.54 | 0 | 0.33 |
HSL | 298.71º | 0.37% | 0.49% | - |
HSV(B) | 298.71º | 0.54% | 0.67% | - |
XYZ | 26.82 | 17.12 | 40.92 | - |
YUV | 116.81 | 159.15 | 165.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 79 | 172 | 0.01 | 0.54 | 0 | 0.33 | 298.71 | 0.37 | 0.49 |
Hex | AA | 4F | AC | 1 | 36 | 0 | 21 | 12B | 25 | 31 |
Octal | 252 | 117 | 254 | 1 | 66 | 0 | 41 | 453 | 45 | 61 |
Binary | 10101010 | 1001111 | 10101100 | 1 | 110110 | 0 | 100001 | 100101011 | 100101 | 110001 |
Color Harmonies of #AA4FAC
Complementary color
Monochromatic Colors of #AA4FAC
Black with #AA4FAC
Text Example
Text Example
White with #AA4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FAC; }
p { color: rgb(170,79,172); }
H1.HeaderClassName
{
color: #AA4FAC;
}
.AnyTagClassName
{
color: #AA4FAC;
}
</style>
background-color css
<style>
a { background-color: #AA4FAC; }
a { background-color: rgb(170,79,172); }
div.DivClassName
{
background-color: #AA4FAC;
}
.BgClassName
{
background-color: #AA4FAC;
}
</style>
border-color css
<style>
span { border-color: #AA4FAC; }
span { border-color: rgb(170,79,172); }
td.TdClassName
{
border-color: #AA4FAC;
}
.TagClassName
{
border-color: #AA4FAC;
}
</style>