Shades of Violet Blue #A95AAF
Tints of Violet Blue #A95AAF
RGB
CMYK
RGB Variations
Color information
#A95AAF (or 0xA95AAF) is known color: Violet Blue. HEX triplet: A9, 5A and AF. RGB value is (169,90,175). Sum of RGB (Red+Green+Blue) = 169+90+175=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95AAF is #56A550. Grayscale: #7B7B7B. Windows color (decimal): -5678417 or 11492009. OLE color: 11492009.
HSL color Cylindrical-coordinate representation of color #A95AAF: hue angle of 295.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95AAF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 90 | 175 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.31 |
| HSL | 295.76º | 0.35% | 0.52% | - |
| HSV(B) | 295.76º | 0.49% | 0.69% | - |
| XYZ | 27.76 | 18.84 | 42.73 | - |
| YUV | 123.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 175 | 0.03 | 0.49 | 0 | 0.31 | 295.76 | 0.35 | 0.52 |
| Hex | A9 | 5A | AF | 3 | 31 | 0 | 1F | 128 | 23 | 34 |
| Octal | 251 | 132 | 257 | 3 | 61 | 0 | 37 | 450 | 43 | 64 |
| Binary | 10101001 | 1011010 | 10101111 | 11 | 110001 | 0 | 11111 | 100101000 | 100011 | 110100 |
Color Harmonies of #A95AAF
Complementary color
Monochromatic Colors of #A95AAF
Black with #A95AAF
Text Example
Text Example
White with #A95AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95AAF; }
p { color: rgb(169,90,175); }
H1.HeaderClassName
{
color: #A95AAF;
}
.AnyTagClassName
{
color: #A95AAF;
}
</style>
background-color css
<style>
a { background-color: #A95AAF; }
a { background-color: rgb(169,90,175); }
div.DivClassName
{
background-color: #A95AAF;
}
.BgClassName
{
background-color: #A95AAF;
}
</style>
border-color css
<style>
span { border-color: #A95AAF; }
span { border-color: rgb(169,90,175); }
td.TdClassName
{
border-color: #A95AAF;
}
.TagClassName
{
border-color: #A95AAF;
}
</style>