Shades of Violet Blue #A94CAF
Tints of Violet Blue #A94CAF
RGB
CMYK
RGB Variations
Color information
#A94CAF (or 0xA94CAF) is known color: Violet Blue. HEX triplet: A9, 4C and AF. RGB value is (169,76,175). Sum of RGB (Red+Green+Blue) = 169+76+175=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A94CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94CAF is #56B350. Grayscale: #727272. Windows color (decimal): -5682001 or 11488425. OLE color: 11488425.
HSL color Cylindrical-coordinate representation of color #A94CAF: hue angle of 296.36º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94CAF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 76 | 175 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.31 |
| HSL | 296.36º | 0.39% | 0.49% | - |
| HSV(B) | 296.36º | 0.57% | 0.69% | - |
| XYZ | 26.68 | 16.7 | 42.37 | - |
| YUV | 115.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 175 | 0.03 | 0.57 | 0 | 0.31 | 296.36 | 0.39 | 0.49 |
| Hex | A9 | 4C | AF | 3 | 39 | 0 | 1F | 128 | 27 | 31 |
| Octal | 251 | 114 | 257 | 3 | 71 | 0 | 37 | 450 | 47 | 61 |
| Binary | 10101001 | 1001100 | 10101111 | 11 | 111001 | 0 | 11111 | 100101000 | 100111 | 110001 |
Color Harmonies of #A94CAF
Complementary color
Monochromatic Colors of #A94CAF
Black with #A94CAF
Text Example
Text Example
White with #A94CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CAF; }
p { color: rgb(169,76,175); }
H1.HeaderClassName
{
color: #A94CAF;
}
.AnyTagClassName
{
color: #A94CAF;
}
</style>
background-color css
<style>
a { background-color: #A94CAF; }
a { background-color: rgb(169,76,175); }
div.DivClassName
{
background-color: #A94CAF;
}
.BgClassName
{
background-color: #A94CAF;
}
</style>
border-color css
<style>
span { border-color: #A94CAF; }
span { border-color: rgb(169,76,175); }
td.TdClassName
{
border-color: #A94CAF;
}
.TagClassName
{
border-color: #A94CAF;
}
</style>