Shades of Violet Blue #A2509B
Tints of Violet Blue #A2509B
RGB
CMYK
RGB Variations
Color information
#A2509B (or 0xA2509B) is known color: Violet Blue. HEX triplet: A2, 50 and 9B. RGB value is (162,80,155). Sum of RGB (Red+Green+Blue) = 162+80+155=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A2509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2509B is #5DAF64. Grayscale: #707070. Windows color (decimal): -6139749 or 10178722. OLE color: 10178722.
HSL color Cylindrical-coordinate representation of color #A2509B: hue angle of 305.12º 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 #A2509B is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 155 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.36 |
| HSL | 305.12º | 0.34% | 0.47% | - |
| HSV(B) | 305.12º | 0.51% | 0.64% | - |
| XYZ | 23.69 | 15.79 | 32.81 | - |
| YUV | 113.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 155 | 0 | 0.51 | 0.04 | 0.36 | 305.12 | 0.34 | 0.47 |
| Hex | A2 | 50 | 9B | 0 | 33 | 4 | 24 | 131 | 22 | 2F |
| Octal | 242 | 120 | 233 | 0 | 63 | 4 | 44 | 461 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10011011 | 0 | 110011 | 100 | 100100 | 100110001 | 100010 | 101111 |
Color Harmonies of #A2509B
Complementary color
Monochromatic Colors of #A2509B
Black with #A2509B
Text Example
Text Example
White with #A2509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2509B; }
p { color: rgb(162,80,155); }
H1.HeaderClassName
{
color: #A2509B;
}
.AnyTagClassName
{
color: #A2509B;
}
</style>
background-color css
<style>
a { background-color: #A2509B; }
a { background-color: rgb(162,80,155); }
div.DivClassName
{
background-color: #A2509B;
}
.BgClassName
{
background-color: #A2509B;
}
</style>
border-color css
<style>
span { border-color: #A2509B; }
span { border-color: rgb(162,80,155); }
td.TdClassName
{
border-color: #A2509B;
}
.TagClassName
{
border-color: #A2509B;
}
</style>