Shades of Violet Blue #A95EA4
Tints of Violet Blue #A95EA4
RGB
CMYK
RGB Variations
Color information
#A95EA4 (or 0xA95EA4) is known color: Violet Blue. HEX triplet: A9, 5E and A4. RGB value is (169,94,164). Sum of RGB (Red+Green+Blue) = 169+94+164=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A95EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95EA4 is #56A15B. Grayscale: #7C7C7C. Windows color (decimal): -5677404 or 10772137. OLE color: 10772137.
HSL color Cylindrical-coordinate representation of color #A95EA4: hue angle of 304º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95EA4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 164 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.34 |
| HSL | 304º | 0.3% | 0.52% | - |
| HSV(B) | 304º | 0.44% | 0.66% | - |
| XYZ | 27.07 | 19.12 | 37.39 | - |
| YUV | 124.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 164 | 0 | 0.44 | 0.03 | 0.34 | 304 | 0.3 | 0.52 |
| Hex | A9 | 5E | A4 | 0 | 2C | 3 | 22 | 130 | 1E | 34 |
| Octal | 251 | 136 | 244 | 0 | 54 | 3 | 42 | 460 | 36 | 64 |
| Binary | 10101001 | 1011110 | 10100100 | 0 | 101100 | 11 | 100010 | 100110000 | 11110 | 110100 |
Color Harmonies of #A95EA4
Complementary color
Monochromatic Colors of #A95EA4
Black with #A95EA4
Text Example
Text Example
White with #A95EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EA4; }
p { color: rgb(169,94,164); }
H1.HeaderClassName
{
color: #A95EA4;
}
.AnyTagClassName
{
color: #A95EA4;
}
</style>
background-color css
<style>
a { background-color: #A95EA4; }
a { background-color: rgb(169,94,164); }
div.DivClassName
{
background-color: #A95EA4;
}
.BgClassName
{
background-color: #A95EA4;
}
</style>
border-color css
<style>
span { border-color: #A95EA4; }
span { border-color: rgb(169,94,164); }
td.TdClassName
{
border-color: #A95EA4;
}
.TagClassName
{
border-color: #A95EA4;
}
</style>