Shades of Violet Blue #A94BA8
Tints of Violet Blue #A94BA8
RGB
CMYK
RGB Variations
Color information
#A94BA8 (or 0xA94BA8) is known color: Violet Blue. HEX triplet: A9, 4B and A8. RGB value is (169,75,168). Sum of RGB (Red+Green+Blue) = 169+75+168=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A94BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94BA8 is #56B457. Grayscale: #717171. Windows color (decimal): -5682264 or 11029417. OLE color: 11029417.
HSL color Cylindrical-coordinate representation of color #A94BA8: hue angle of 300.64º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94BA8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 75 | 168 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.34 |
| HSL | 300.64º | 0.39% | 0.48% | - |
| HSV(B) | 300.64º | 0.56% | 0.66% | - |
| XYZ | 25.95 | 16.29 | 38.82 | - |
| YUV | 113.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 168 | 0 | 0.56 | 0.01 | 0.34 | 300.64 | 0.39 | 0.48 |
| Hex | A9 | 4B | A8 | 0 | 38 | 1 | 22 | 12D | 27 | 30 |
| Octal | 251 | 113 | 250 | 0 | 70 | 1 | 42 | 455 | 47 | 60 |
| Binary | 10101001 | 1001011 | 10101000 | 0 | 111000 | 1 | 100010 | 100101101 | 100111 | 110000 |
Color Harmonies of #A94BA8
Complementary color
Monochromatic Colors of #A94BA8
Black with #A94BA8
Text Example
Text Example
White with #A94BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BA8; }
p { color: rgb(169,75,168); }
H1.HeaderClassName
{
color: #A94BA8;
}
.AnyTagClassName
{
color: #A94BA8;
}
</style>
background-color css
<style>
a { background-color: #A94BA8; }
a { background-color: rgb(169,75,168); }
div.DivClassName
{
background-color: #A94BA8;
}
.BgClassName
{
background-color: #A94BA8;
}
</style>
border-color css
<style>
span { border-color: #A94BA8; }
span { border-color: rgb(169,75,168); }
td.TdClassName
{
border-color: #A94BA8;
}
.TagClassName
{
border-color: #A94BA8;
}
</style>