Shades of Violet Blue #AA6CA5
Tints of Violet Blue #AA6CA5
RGB
CMYK
RGB Variations
Color information
#AA6CA5 (or 0xAA6CA5) is known color: Violet Blue. HEX triplet: AA, 6C and A5. RGB value is (170,108,165). Sum of RGB (Red+Green+Blue) = 170+108+165=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CA5 is #55935A. Grayscale: #848484. Windows color (decimal): -5608283 or 10841258. OLE color: 10841258.
HSL color Cylindrical-coordinate representation of color #AA6CA5: hue angle of 304.84º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6CA5 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 165 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.33 |
| HSL | 304.84º | 0.27% | 0.55% | - |
| HSV(B) | 304.84º | 0.36% | 0.67% | - |
| XYZ | 28.73 | 21.99 | 38.33 | - |
| YUV | 133.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 165 | 0 | 0.36 | 0.03 | 0.33 | 304.84 | 0.27 | 0.55 |
| Hex | AA | 6C | A5 | 0 | 24 | 3 | 21 | 131 | 1B | 37 |
| Octal | 252 | 154 | 245 | 0 | 44 | 3 | 41 | 461 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10100101 | 0 | 100100 | 11 | 100001 | 100110001 | 11011 | 110111 |
Color Harmonies of #AA6CA5
Complementary color
Monochromatic Colors of #AA6CA5
Black with #AA6CA5
Text Example
Text Example
White with #AA6CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CA5; }
p { color: rgb(170,108,165); }
H1.HeaderClassName
{
color: #AA6CA5;
}
.AnyTagClassName
{
color: #AA6CA5;
}
</style>
background-color css
<style>
a { background-color: #AA6CA5; }
a { background-color: rgb(170,108,165); }
div.DivClassName
{
background-color: #AA6CA5;
}
.BgClassName
{
background-color: #AA6CA5;
}
</style>
border-color css
<style>
span { border-color: #AA6CA5; }
span { border-color: rgb(170,108,165); }
td.TdClassName
{
border-color: #AA6CA5;
}
.TagClassName
{
border-color: #AA6CA5;
}
</style>