Shades of Violet Blue #A95AAA
Tints of Violet Blue #A95AAA
RGB
CMYK
RGB Variations
Color information
#A95AAA (or 0xA95AAA) is known color: Violet Blue. HEX triplet: A9, 5A and AA. RGB value is (169,90,170). Sum of RGB (Red+Green+Blue) = 169+90+170=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A95AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AAA is #56A555. Grayscale: #7A7A7A. Windows color (decimal): -5678422 or 11164329. OLE color: 11164329.
HSL color Cylindrical-coordinate representation of color #A95AAA: hue angle of 299.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95AAA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 90 | 170 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.33 |
| HSL | 299.25º | 0.32% | 0.51% | - |
| HSV(B) | 299.25º | 0.47% | 0.67% | - |
| XYZ | 27.27 | 18.65 | 40.19 | - |
| YUV | 122.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 170 | 0.01 | 0.47 | 0 | 0.33 | 299.25 | 0.32 | 0.51 |
| Hex | A9 | 5A | AA | 1 | 2F | 0 | 21 | 12B | 20 | 33 |
| Octal | 251 | 132 | 252 | 1 | 57 | 0 | 41 | 453 | 40 | 63 |
| Binary | 10101001 | 1011010 | 10101010 | 1 | 101111 | 0 | 100001 | 100101011 | 100000 | 110011 |
Color Harmonies of #A95AAA
Complementary color
Monochromatic Colors of #A95AAA
Black with #A95AAA
Text Example
Text Example
White with #A95AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95AAA; }
p { color: rgb(169,90,170); }
H1.HeaderClassName
{
color: #A95AAA;
}
.AnyTagClassName
{
color: #A95AAA;
}
</style>
background-color css
<style>
a { background-color: #A95AAA; }
a { background-color: rgb(169,90,170); }
div.DivClassName
{
background-color: #A95AAA;
}
.BgClassName
{
background-color: #A95AAA;
}
</style>
border-color css
<style>
span { border-color: #A95AAA; }
span { border-color: rgb(169,90,170); }
td.TdClassName
{
border-color: #A95AAA;
}
.TagClassName
{
border-color: #A95AAA;
}
</style>