Shades of Violet Blue #A95EAF
Tints of Violet Blue #A95EAF
RGB
CMYK
RGB Variations
Color information
#A95EAF (or 0xA95EAF) is known color: Violet Blue. HEX triplet: A9, 5E and AF. RGB value is (169,94,175). Sum of RGB (Red+Green+Blue) = 169+94+175=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EAF is #56A150. Grayscale: #7D7D7D. Windows color (decimal): -5677393 or 11493033. OLE color: 11493033.
HSL color Cylindrical-coordinate representation of color #A95EAF: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95EAF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 94 | 175 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.31 |
| HSL | 295.56º | 0.34% | 0.53% | - |
| HSV(B) | 295.56º | 0.46% | 0.69% | - |
| XYZ | 28.1 | 19.54 | 42.85 | - |
| YUV | 125.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 175 | 0.03 | 0.46 | 0 | 0.31 | 295.56 | 0.34 | 0.53 |
| Hex | A9 | 5E | AF | 3 | 2E | 0 | 1F | 128 | 22 | 35 |
| Octal | 251 | 136 | 257 | 3 | 56 | 0 | 37 | 450 | 42 | 65 |
| Binary | 10101001 | 1011110 | 10101111 | 11 | 101110 | 0 | 11111 | 100101000 | 100010 | 110101 |
Color Harmonies of #A95EAF
Complementary color
Monochromatic Colors of #A95EAF
Black with #A95EAF
Text Example
Text Example
White with #A95EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EAF; }
p { color: rgb(169,94,175); }
H1.HeaderClassName
{
color: #A95EAF;
}
.AnyTagClassName
{
color: #A95EAF;
}
</style>
background-color css
<style>
a { background-color: #A95EAF; }
a { background-color: rgb(169,94,175); }
div.DivClassName
{
background-color: #A95EAF;
}
.BgClassName
{
background-color: #A95EAF;
}
</style>
border-color css
<style>
span { border-color: #A95EAF; }
span { border-color: rgb(169,94,175); }
td.TdClassName
{
border-color: #A95EAF;
}
.TagClassName
{
border-color: #A95EAF;
}
</style>