Shades of Violet Blue #A5509F
Tints of Violet Blue #A5509F
RGB
CMYK
RGB Variations
Color information
#A5509F (or 0xA5509F) is known color: Violet Blue. HEX triplet: A5, 50 and 9F. RGB value is (165,80,159). Sum of RGB (Red+Green+Blue) = 165+80+159=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5509F is #5AAF60. Grayscale: #727272. Windows color (decimal): -5943137 or 10440869. OLE color: 10440869.
HSL color Cylindrical-coordinate representation of color #A5509F: hue angle of 304.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5509F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 159 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.35 |
| HSL | 304.24º | 0.35% | 0.48% | - |
| HSV(B) | 304.24º | 0.52% | 0.65% | - |
| XYZ | 24.64 | 16.24 | 34.64 | - |
| YUV | 114.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 159 | 0 | 0.52 | 0.04 | 0.35 | 304.24 | 0.35 | 0.48 |
| Hex | A5 | 50 | 9F | 0 | 34 | 4 | 23 | 130 | 23 | 30 |
| Octal | 245 | 120 | 237 | 0 | 64 | 4 | 43 | 460 | 43 | 60 |
| Binary | 10100101 | 1010000 | 10011111 | 0 | 110100 | 100 | 100011 | 100110000 | 100011 | 110000 |
Color Harmonies of #A5509F
Complementary color
Monochromatic Colors of #A5509F
Black with #A5509F
Text Example
Text Example
White with #A5509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5509F; }
p { color: rgb(165,80,159); }
H1.HeaderClassName
{
color: #A5509F;
}
.AnyTagClassName
{
color: #A5509F;
}
</style>
background-color css
<style>
a { background-color: #A5509F; }
a { background-color: rgb(165,80,159); }
div.DivClassName
{
background-color: #A5509F;
}
.BgClassName
{
background-color: #A5509F;
}
</style>
border-color css
<style>
span { border-color: #A5509F; }
span { border-color: rgb(165,80,159); }
td.TdClassName
{
border-color: #A5509F;
}
.TagClassName
{
border-color: #A5509F;
}
</style>