Shades of Violet Blue #A2619F
Tints of Violet Blue #A2619F
RGB
CMYK
RGB Variations
Color information
#A2619F (or 0xA2619F) is known color: Violet Blue. HEX triplet: A2, 61 and 9F. RGB value is (162,97,159). Sum of RGB (Red+Green+Blue) = 162+97+159=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2619F is #5D9E60. Grayscale: #7B7B7B. Windows color (decimal): -6135393 or 10445218. OLE color: 10445218.
HSL color Cylindrical-coordinate representation of color #A2619F: hue angle of 302.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2619F is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 159 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.36 |
| HSL | 302.77º | 0.26% | 0.51% | - |
| HSV(B) | 302.77º | 0.4% | 0.64% | - |
| XYZ | 25.43 | 18.73 | 35.08 | - |
| YUV | 123.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 159 | 0 | 0.40 | 0.02 | 0.36 | 302.77 | 0.26 | 0.51 |
| Hex | A2 | 61 | 9F | 0 | 28 | 2 | 24 | 12F | 1A | 33 |
| Octal | 242 | 141 | 237 | 0 | 50 | 2 | 44 | 457 | 32 | 63 |
| Binary | 10100010 | 1100001 | 10011111 | 0 | 101000 | 10 | 100100 | 100101111 | 11010 | 110011 |
Color Harmonies of #A2619F
Complementary color
Monochromatic Colors of #A2619F
Black with #A2619F
Text Example
Text Example
White with #A2619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2619F; }
p { color: rgb(162,97,159); }
H1.HeaderClassName
{
color: #A2619F;
}
.AnyTagClassName
{
color: #A2619F;
}
</style>
background-color css
<style>
a { background-color: #A2619F; }
a { background-color: rgb(162,97,159); }
div.DivClassName
{
background-color: #A2619F;
}
.BgClassName
{
background-color: #A2619F;
}
</style>
border-color css
<style>
span { border-color: #A2619F; }
span { border-color: rgb(162,97,159); }
td.TdClassName
{
border-color: #A2619F;
}
.TagClassName
{
border-color: #A2619F;
}
</style>