Shades of Violet Blue #A955AE
Tints of Violet Blue #A955AE
RGB
CMYK
RGB Variations
Color information
#A955AE (or 0xA955AE) is known color: Violet Blue. HEX triplet: A9, 55 and AE. RGB value is (169,85,174). Sum of RGB (Red+Green+Blue) = 169+85+174=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A955AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A955AE is #56AA51. Grayscale: #777777. Windows color (decimal): -5679698 or 11425193. OLE color: 11425193.
HSL color Cylindrical-coordinate representation of color #A955AE: hue angle of 296.63º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A955AE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 85 | 174 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.32 |
| HSL | 296.63º | 0.35% | 0.51% | - |
| HSV(B) | 296.63º | 0.51% | 0.68% | - |
| XYZ | 27.25 | 17.99 | 42.08 | - |
| YUV | 120.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 174 | 0.03 | 0.51 | 0 | 0.32 | 296.63 | 0.35 | 0.51 |
| Hex | A9 | 55 | AE | 3 | 33 | 0 | 20 | 129 | 23 | 33 |
| Octal | 251 | 125 | 256 | 3 | 63 | 0 | 40 | 451 | 43 | 63 |
| Binary | 10101001 | 1010101 | 10101110 | 11 | 110011 | 0 | 100000 | 100101001 | 100011 | 110011 |
Color Harmonies of #A955AE
Complementary color
Monochromatic Colors of #A955AE
Black with #A955AE
Text Example
Text Example
White with #A955AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955AE; }
p { color: rgb(169,85,174); }
H1.HeaderClassName
{
color: #A955AE;
}
.AnyTagClassName
{
color: #A955AE;
}
</style>
background-color css
<style>
a { background-color: #A955AE; }
a { background-color: rgb(169,85,174); }
div.DivClassName
{
background-color: #A955AE;
}
.BgClassName
{
background-color: #A955AE;
}
</style>
border-color css
<style>
span { border-color: #A955AE; }
span { border-color: rgb(169,85,174); }
td.TdClassName
{
border-color: #A955AE;
}
.TagClassName
{
border-color: #A955AE;
}
</style>