Shades of Violet Blue #A2619C
Tints of Violet Blue #A2619C
RGB
CMYK
RGB Variations
Color information
#A2619C (or 0xA2619C) is known color: Violet Blue. HEX triplet: A2, 61 and 9C. RGB value is (162,97,156). Sum of RGB (Red+Green+Blue) = 162+97+156=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2619C is #5D9E63. Grayscale: #7A7A7A. Windows color (decimal): -6135396 or 10248610. OLE color: 10248610.
HSL color Cylindrical-coordinate representation of color #A2619C: hue angle of 305.54º 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 #A2619C is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 156 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.36 |
| HSL | 305.54º | 0.26% | 0.51% | - |
| HSV(B) | 305.54º | 0.4% | 0.64% | - |
| XYZ | 25.18 | 18.63 | 33.72 | - |
| YUV | 123.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 156 | 0 | 0.40 | 0.04 | 0.36 | 305.54 | 0.26 | 0.51 |
| Hex | A2 | 61 | 9C | 0 | 28 | 4 | 24 | 132 | 1A | 33 |
| Octal | 242 | 141 | 234 | 0 | 50 | 4 | 44 | 462 | 32 | 63 |
| Binary | 10100010 | 1100001 | 10011100 | 0 | 101000 | 100 | 100100 | 100110010 | 11010 | 110011 |
Color Harmonies of #A2619C
Complementary color
Monochromatic Colors of #A2619C
Black with #A2619C
Text Example
Text Example
White with #A2619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2619C; }
p { color: rgb(162,97,156); }
H1.HeaderClassName
{
color: #A2619C;
}
.AnyTagClassName
{
color: #A2619C;
}
</style>
background-color css
<style>
a { background-color: #A2619C; }
a { background-color: rgb(162,97,156); }
div.DivClassName
{
background-color: #A2619C;
}
.BgClassName
{
background-color: #A2619C;
}
</style>
border-color css
<style>
span { border-color: #A2619C; }
span { border-color: rgb(162,97,156); }
td.TdClassName
{
border-color: #A2619C;
}
.TagClassName
{
border-color: #A2619C;
}
</style>