Shades of Violet Blue #A953AF
Tints of Violet Blue #A953AF
RGB
CMYK
RGB Variations
Color information
#A953AF (or 0xA953AF) is known color: Violet Blue. HEX triplet: A9, 53 and AF. RGB value is (169,83,175). Sum of RGB (Red+Green+Blue) = 169+83+175=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A953AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953AF is #56AC50. Grayscale: #767676. Windows color (decimal): -5680209 or 11490217. OLE color: 11490217.
HSL color Cylindrical-coordinate representation of color #A953AF: hue angle of 296.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A953AF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 83 | 175 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.31 |
| HSL | 296.09º | 0.37% | 0.51% | - |
| HSV(B) | 296.09º | 0.53% | 0.69% | - |
| XYZ | 27.19 | 17.72 | 42.54 | - |
| YUV | 119.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 175 | 0.03 | 0.53 | 0 | 0.31 | 296.09 | 0.37 | 0.51 |
| Hex | A9 | 53 | AF | 3 | 35 | 0 | 1F | 128 | 25 | 33 |
| Octal | 251 | 123 | 257 | 3 | 65 | 0 | 37 | 450 | 45 | 63 |
| Binary | 10101001 | 1010011 | 10101111 | 11 | 110101 | 0 | 11111 | 100101000 | 100101 | 110011 |
Color Harmonies of #A953AF
Complementary color
Monochromatic Colors of #A953AF
Black with #A953AF
Text Example
Text Example
White with #A953AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953AF; }
p { color: rgb(169,83,175); }
H1.HeaderClassName
{
color: #A953AF;
}
.AnyTagClassName
{
color: #A953AF;
}
</style>
background-color css
<style>
a { background-color: #A953AF; }
a { background-color: rgb(169,83,175); }
div.DivClassName
{
background-color: #A953AF;
}
.BgClassName
{
background-color: #A953AF;
}
</style>
border-color css
<style>
span { border-color: #A953AF; }
span { border-color: rgb(169,83,175); }
td.TdClassName
{
border-color: #A953AF;
}
.TagClassName
{
border-color: #A953AF;
}
</style>