Shades of Violet Blue #A94EAF
Tints of Violet Blue #A94EAF
RGB
CMYK
RGB Variations
Color information
#A94EAF (or 0xA94EAF) is known color: Violet Blue. HEX triplet: A9, 4E and AF. RGB value is (169,78,175). Sum of RGB (Red+Green+Blue) = 169+78+175=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A94EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94EAF is #56B150. Grayscale: #737373. Windows color (decimal): -5681489 or 11488937. OLE color: 11488937.
HSL color Cylindrical-coordinate representation of color #A94EAF: hue angle of 296.29º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94EAF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 78 | 175 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.31 |
| HSL | 296.29º | 0.38% | 0.5% | - |
| HSV(B) | 296.29º | 0.55% | 0.69% | - |
| XYZ | 26.82 | 16.98 | 42.42 | - |
| YUV | 116.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 175 | 0.03 | 0.55 | 0 | 0.31 | 296.29 | 0.38 | 0.5 |
| Hex | A9 | 4E | AF | 3 | 37 | 0 | 1F | 128 | 26 | 32 |
| Octal | 251 | 116 | 257 | 3 | 67 | 0 | 37 | 450 | 46 | 62 |
| Binary | 10101001 | 1001110 | 10101111 | 11 | 110111 | 0 | 11111 | 100101000 | 100110 | 110010 |
Color Harmonies of #A94EAF
Complementary color
Monochromatic Colors of #A94EAF
Black with #A94EAF
Text Example
Text Example
White with #A94EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EAF; }
p { color: rgb(169,78,175); }
H1.HeaderClassName
{
color: #A94EAF;
}
.AnyTagClassName
{
color: #A94EAF;
}
</style>
background-color css
<style>
a { background-color: #A94EAF; }
a { background-color: rgb(169,78,175); }
div.DivClassName
{
background-color: #A94EAF;
}
.BgClassName
{
background-color: #A94EAF;
}
</style>
border-color css
<style>
span { border-color: #A94EAF; }
span { border-color: rgb(169,78,175); }
td.TdClassName
{
border-color: #A94EAF;
}
.TagClassName
{
border-color: #A94EAF;
}
</style>