Shades of Violet Blue #A4509F
Tints of Violet Blue #A4509F
RGB
CMYK
RGB Variations
Color information
#A4509F (or 0xA4509F) is known color: Violet Blue. HEX triplet: A4, 50 and 9F. RGB value is (164,80,159). Sum of RGB (Red+Green+Blue) = 164+80+159=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4509F is #5BAF60. Grayscale: #717171. Windows color (decimal): -6008673 or 10440868. OLE color: 10440868.
HSL color Cylindrical-coordinate representation of color #A4509F: hue angle of 303.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4509F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 159 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.36 |
| HSL | 303.57º | 0.34% | 0.48% | - |
| HSV(B) | 303.57º | 0.51% | 0.64% | - |
| XYZ | 24.44 | 16.13 | 34.63 | - |
| YUV | 114.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 159 | 0 | 0.51 | 0.03 | 0.36 | 303.57 | 0.34 | 0.48 |
| Hex | A4 | 50 | 9F | 0 | 33 | 3 | 24 | 130 | 22 | 30 |
| Octal | 244 | 120 | 237 | 0 | 63 | 3 | 44 | 460 | 42 | 60 |
| Binary | 10100100 | 1010000 | 10011111 | 0 | 110011 | 11 | 100100 | 100110000 | 100010 | 110000 |
Color Harmonies of #A4509F
Complementary color
Monochromatic Colors of #A4509F
Black with #A4509F
Text Example
Text Example
White with #A4509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4509F; }
p { color: rgb(164,80,159); }
H1.HeaderClassName
{
color: #A4509F;
}
.AnyTagClassName
{
color: #A4509F;
}
</style>
background-color css
<style>
a { background-color: #A4509F; }
a { background-color: rgb(164,80,159); }
div.DivClassName
{
background-color: #A4509F;
}
.BgClassName
{
background-color: #A4509F;
}
</style>
border-color css
<style>
span { border-color: #A4509F; }
span { border-color: rgb(164,80,159); }
td.TdClassName
{
border-color: #A4509F;
}
.TagClassName
{
border-color: #A4509F;
}
</style>