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