Shades of Violet Blue #A2509D
Tints of Violet Blue #A2509D
RGB
CMYK
RGB Variations
Color information
#A2509D (or 0xA2509D) is known color: Violet Blue. HEX triplet: A2, 50 and 9D. RGB value is (162,80,157). Sum of RGB (Red+Green+Blue) = 162+80+157=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2509D is #5DAF62. Grayscale: #717171. Windows color (decimal): -6139747 or 10309794. OLE color: 10309794.
HSL color Cylindrical-coordinate representation of color #A2509D: hue angle of 303.66º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2509D is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 157 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.36 |
| HSL | 303.66º | 0.34% | 0.47% | - |
| HSV(B) | 303.66º | 0.51% | 0.64% | - |
| XYZ | 23.85 | 15.85 | 33.7 | - |
| YUV | 113.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 157 | 0 | 0.51 | 0.03 | 0.36 | 303.66 | 0.34 | 0.47 |
| Hex | A2 | 50 | 9D | 0 | 33 | 3 | 24 | 130 | 22 | 2F |
| Octal | 242 | 120 | 235 | 0 | 63 | 3 | 44 | 460 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10011101 | 0 | 110011 | 11 | 100100 | 100110000 | 100010 | 101111 |
Color Harmonies of #A2509D
Complementary color
Monochromatic Colors of #A2509D
Black with #A2509D
Text Example
Text Example
White with #A2509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2509D; }
p { color: rgb(162,80,157); }
H1.HeaderClassName
{
color: #A2509D;
}
.AnyTagClassName
{
color: #A2509D;
}
</style>
background-color css
<style>
a { background-color: #A2509D; }
a { background-color: rgb(162,80,157); }
div.DivClassName
{
background-color: #A2509D;
}
.BgClassName
{
background-color: #A2509D;
}
</style>
border-color css
<style>
span { border-color: #A2509D; }
span { border-color: rgb(162,80,157); }
td.TdClassName
{
border-color: #A2509D;
}
.TagClassName
{
border-color: #A2509D;
}
</style>