Shades of Violet Blue #A954AF
Tints of Violet Blue #A954AF
RGB
CMYK
RGB Variations
Color information
#A954AF (or 0xA954AF) is known color: Violet Blue. HEX triplet: A9, 54 and AF. RGB value is (169,84,175). Sum of RGB (Red+Green+Blue) = 169+84+175=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A954AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A954AF is #56AB50. Grayscale: #777777. Windows color (decimal): -5679953 or 11490473. OLE color: 11490473.
HSL color Cylindrical-coordinate representation of color #A954AF: hue angle of 296.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A954AF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 84 | 175 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.31 |
| HSL | 296.04º | 0.36% | 0.51% | - |
| HSV(B) | 296.04º | 0.52% | 0.69% | - |
| XYZ | 27.27 | 17.87 | 42.57 | - |
| YUV | 119.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 175 | 0.03 | 0.52 | 0 | 0.31 | 296.04 | 0.36 | 0.51 |
| Hex | A9 | 54 | AF | 3 | 34 | 0 | 1F | 128 | 24 | 33 |
| Octal | 251 | 124 | 257 | 3 | 64 | 0 | 37 | 450 | 44 | 63 |
| Binary | 10101001 | 1010100 | 10101111 | 11 | 110100 | 0 | 11111 | 100101000 | 100100 | 110011 |
Color Harmonies of #A954AF
Complementary color
Monochromatic Colors of #A954AF
Black with #A954AF
Text Example
Text Example
White with #A954AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A954AF; }
p { color: rgb(169,84,175); }
H1.HeaderClassName
{
color: #A954AF;
}
.AnyTagClassName
{
color: #A954AF;
}
</style>
background-color css
<style>
a { background-color: #A954AF; }
a { background-color: rgb(169,84,175); }
div.DivClassName
{
background-color: #A954AF;
}
.BgClassName
{
background-color: #A954AF;
}
</style>
border-color css
<style>
span { border-color: #A954AF; }
span { border-color: rgb(169,84,175); }
td.TdClassName
{
border-color: #A954AF;
}
.TagClassName
{
border-color: #A954AF;
}
</style>