Shades of Violet Blue #A94FAD
Tints of Violet Blue #A94FAD
RGB
CMYK
RGB Variations
Color information
#A94FAD (or 0xA94FAD) is known color: Violet Blue. HEX triplet: A9, 4F and AD. RGB value is (169,79,173). Sum of RGB (Red+Green+Blue) = 169+79+173=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #A94FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94FAD is #56B052. Grayscale: #747474. Windows color (decimal): -5681235 or 11358121. OLE color: 11358121.
HSL color Cylindrical-coordinate representation of color #A94FAD: hue angle of 297.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94FAD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 79 | 173 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.32 |
| HSL | 297.45º | 0.37% | 0.49% | - |
| HSV(B) | 297.45º | 0.54% | 0.68% | - |
| XYZ | 26.7 | 17.04 | 41.42 | - |
| YUV | 116.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 173 | 0.02 | 0.54 | 0 | 0.32 | 297.45 | 0.37 | 0.49 |
| Hex | A9 | 4F | AD | 2 | 36 | 0 | 20 | 129 | 25 | 31 |
| Octal | 251 | 117 | 255 | 2 | 66 | 0 | 40 | 451 | 45 | 61 |
| Binary | 10101001 | 1001111 | 10101101 | 10 | 110110 | 0 | 100000 | 100101001 | 100101 | 110001 |
Color Harmonies of #A94FAD
Complementary color
Monochromatic Colors of #A94FAD
Black with #A94FAD
Text Example
Text Example
White with #A94FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FAD; }
p { color: rgb(169,79,173); }
H1.HeaderClassName
{
color: #A94FAD;
}
.AnyTagClassName
{
color: #A94FAD;
}
</style>
background-color css
<style>
a { background-color: #A94FAD; }
a { background-color: rgb(169,79,173); }
div.DivClassName
{
background-color: #A94FAD;
}
.BgClassName
{
background-color: #A94FAD;
}
</style>
border-color css
<style>
span { border-color: #A94FAD; }
span { border-color: rgb(169,79,173); }
td.TdClassName
{
border-color: #A94FAD;
}
.TagClassName
{
border-color: #A94FAD;
}
</style>