Shades of Violet Blue #A150A2
Tints of Violet Blue #A150A2
RGB
CMYK
RGB Variations
Color information
#A150A2 (or 0xA150A2) is known color: Violet Blue. HEX triplet: A1, 50 and A2. RGB value is (161,80,162). Sum of RGB (Red+Green+Blue) = 161+80+162=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #A150A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A150A2 is #5EAF5D. Grayscale: #717171. Windows color (decimal): -6205278 or 10637473. OLE color: 10637473.
HSL color Cylindrical-coordinate representation of color #A150A2: hue angle of 299.27º 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 #A150A2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 80 | 162 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.36 |
| HSL | 299.27º | 0.34% | 0.47% | - |
| HSV(B) | 299.27º | 0.51% | 0.64% | - |
| XYZ | 24.09 | 15.92 | 35.99 | - |
| YUV | 113.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 162 | 0.01 | 0.51 | 0 | 0.36 | 299.27 | 0.34 | 0.47 |
| Hex | A1 | 50 | A2 | 1 | 33 | 0 | 24 | 12B | 22 | 2F |
| Octal | 241 | 120 | 242 | 1 | 63 | 0 | 44 | 453 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10100010 | 1 | 110011 | 0 | 100100 | 100101011 | 100010 | 101111 |
Color Harmonies of #A150A2
Complementary color
Monochromatic Colors of #A150A2
Black with #A150A2
Text Example
Text Example
White with #A150A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150A2; }
p { color: rgb(161,80,162); }
H1.HeaderClassName
{
color: #A150A2;
}
.AnyTagClassName
{
color: #A150A2;
}
</style>
background-color css
<style>
a { background-color: #A150A2; }
a { background-color: rgb(161,80,162); }
div.DivClassName
{
background-color: #A150A2;
}
.BgClassName
{
background-color: #A150A2;
}
</style>
border-color css
<style>
span { border-color: #A150A2; }
span { border-color: rgb(161,80,162); }
td.TdClassName
{
border-color: #A150A2;
}
.TagClassName
{
border-color: #A150A2;
}
</style>