Shades of Violet Blue #A955A4
Tints of Violet Blue #A955A4
RGB
CMYK
RGB Variations
Color information
#A955A4 (or 0xA955A4) is known color: Violet Blue. HEX triplet: A9, 55 and A4. RGB value is (169,85,164). Sum of RGB (Red+Green+Blue) = 169+85+164=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A955A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A955A4 is #56AA5B. Grayscale: #767676. Windows color (decimal): -5679708 or 10769833. OLE color: 10769833.
HSL color Cylindrical-coordinate representation of color #A955A4: hue angle of 303.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A955A4 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 164 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.34 |
| HSL | 303.57º | 0.33% | 0.5% | - |
| HSV(B) | 303.57º | 0.5% | 0.66% | - |
| XYZ | 26.31 | 17.61 | 37.13 | - |
| YUV | 119.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 164 | 0 | 0.50 | 0.03 | 0.34 | 303.57 | 0.33 | 0.5 |
| Hex | A9 | 55 | A4 | 0 | 32 | 3 | 22 | 130 | 21 | 32 |
| Octal | 251 | 125 | 244 | 0 | 62 | 3 | 42 | 460 | 41 | 62 |
| Binary | 10101001 | 1010101 | 10100100 | 0 | 110010 | 11 | 100010 | 100110000 | 100001 | 110010 |
Color Harmonies of #A955A4
Complementary color
Monochromatic Colors of #A955A4
Black with #A955A4
Text Example
Text Example
White with #A955A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955A4; }
p { color: rgb(169,85,164); }
H1.HeaderClassName
{
color: #A955A4;
}
.AnyTagClassName
{
color: #A955A4;
}
</style>
background-color css
<style>
a { background-color: #A955A4; }
a { background-color: rgb(169,85,164); }
div.DivClassName
{
background-color: #A955A4;
}
.BgClassName
{
background-color: #A955A4;
}
</style>
border-color css
<style>
span { border-color: #A955A4; }
span { border-color: rgb(169,85,164); }
td.TdClassName
{
border-color: #A955A4;
}
.TagClassName
{
border-color: #A955A4;
}
</style>