Shades of Violet Blue #AA5CA4
Tints of Violet Blue #AA5CA4
RGB
CMYK
RGB Variations
Color information
#AA5CA4 (or 0xAA5CA4) is known color: Violet Blue. HEX triplet: AA, 5C and A4. RGB value is (170,92,164). Sum of RGB (Red+Green+Blue) = 170+92+164=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CA4 is #55A35B. Grayscale: #7B7B7B. Windows color (decimal): -5612380 or 10771626. OLE color: 10771626.
HSL color Cylindrical-coordinate representation of color #AA5CA4: hue angle of 304.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5CA4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 164 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.33 |
| HSL | 304.62º | 0.31% | 0.51% | - |
| HSV(B) | 304.62º | 0.46% | 0.67% | - |
| XYZ | 27.11 | 18.88 | 37.34 | - |
| YUV | 123.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 164 | 0 | 0.46 | 0.04 | 0.33 | 304.62 | 0.31 | 0.51 |
| Hex | AA | 5C | A4 | 0 | 2E | 4 | 21 | 131 | 1F | 33 |
| Octal | 252 | 134 | 244 | 0 | 56 | 4 | 41 | 461 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10100100 | 0 | 101110 | 100 | 100001 | 100110001 | 11111 | 110011 |
Color Harmonies of #AA5CA4
Complementary color
Monochromatic Colors of #AA5CA4
Black with #AA5CA4
Text Example
Text Example
White with #AA5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CA4; }
p { color: rgb(170,92,164); }
H1.HeaderClassName
{
color: #AA5CA4;
}
.AnyTagClassName
{
color: #AA5CA4;
}
</style>
background-color css
<style>
a { background-color: #AA5CA4; }
a { background-color: rgb(170,92,164); }
div.DivClassName
{
background-color: #AA5CA4;
}
.BgClassName
{
background-color: #AA5CA4;
}
</style>
border-color css
<style>
span { border-color: #AA5CA4; }
span { border-color: rgb(170,92,164); }
td.TdClassName
{
border-color: #AA5CA4;
}
.TagClassName
{
border-color: #AA5CA4;
}
</style>