Shades of Violet Blue #A95CAF
Tints of Violet Blue #A95CAF
RGB
CMYK
RGB Variations
Color information
#A95CAF (or 0xA95CAF) is known color: Violet Blue. HEX triplet: A9, 5C and AF. RGB value is (169,92,175). Sum of RGB (Red+Green+Blue) = 169+92+175=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95CAF is #56A350. Grayscale: #7C7C7C. Windows color (decimal): -5677905 or 11492521. OLE color: 11492521.
HSL color Cylindrical-coordinate representation of color #A95CAF: hue angle of 295.66º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95CAF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 92 | 175 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.31 |
| HSL | 295.66º | 0.34% | 0.52% | - |
| HSV(B) | 295.66º | 0.47% | 0.69% | - |
| XYZ | 27.93 | 19.18 | 42.79 | - |
| YUV | 124.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 175 | 0.03 | 0.47 | 0 | 0.31 | 295.66 | 0.34 | 0.52 |
| Hex | A9 | 5C | AF | 3 | 2F | 0 | 1F | 128 | 22 | 34 |
| Octal | 251 | 134 | 257 | 3 | 57 | 0 | 37 | 450 | 42 | 64 |
| Binary | 10101001 | 1011100 | 10101111 | 11 | 101111 | 0 | 11111 | 100101000 | 100010 | 110100 |
Color Harmonies of #A95CAF
Complementary color
Monochromatic Colors of #A95CAF
Black with #A95CAF
Text Example
Text Example
White with #A95CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CAF; }
p { color: rgb(169,92,175); }
H1.HeaderClassName
{
color: #A95CAF;
}
.AnyTagClassName
{
color: #A95CAF;
}
</style>
background-color css
<style>
a { background-color: #A95CAF; }
a { background-color: rgb(169,92,175); }
div.DivClassName
{
background-color: #A95CAF;
}
.BgClassName
{
background-color: #A95CAF;
}
</style>
border-color css
<style>
span { border-color: #A95CAF; }
span { border-color: rgb(169,92,175); }
td.TdClassName
{
border-color: #A95CAF;
}
.TagClassName
{
border-color: #A95CAF;
}
</style>