Shades of Violet Blue #A2799F
Tints of Violet Blue #A2799F
RGB
CMYK
RGB Variations
Color information
#A2799F (or 0xA2799F) is known color: Violet Blue. HEX triplet: A2, 79 and 9F. RGB value is (162,121,159). Sum of RGB (Red+Green+Blue) = 162+121+159=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A2799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2799F is #5D8660. Grayscale: #898989. Windows color (decimal): -6129249 or 10451362. OLE color: 10451362.
HSL color Cylindrical-coordinate representation of color #A2799F: hue angle of 304.39º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2799F is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 159 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.36 |
| HSL | 304.39º | 0.18% | 0.55% | - |
| HSV(B) | 304.39º | 0.25% | 0.64% | - |
| XYZ | 28 | 23.86 | 35.93 | - |
| YUV | 137.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 159 | 0 | 0.25 | 0.02 | 0.36 | 304.39 | 0.18 | 0.55 |
| Hex | A2 | 79 | 9F | 0 | 19 | 2 | 24 | 130 | 12 | 37 |
| Octal | 242 | 171 | 237 | 0 | 31 | 2 | 44 | 460 | 22 | 67 |
| Binary | 10100010 | 1111001 | 10011111 | 0 | 11001 | 10 | 100100 | 100110000 | 10010 | 110111 |
Color Harmonies of #A2799F
Complementary color
Monochromatic Colors of #A2799F
Black with #A2799F
Text Example
Text Example
White with #A2799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2799F; }
p { color: rgb(162,121,159); }
H1.HeaderClassName
{
color: #A2799F;
}
.AnyTagClassName
{
color: #A2799F;
}
</style>
background-color css
<style>
a { background-color: #A2799F; }
a { background-color: rgb(162,121,159); }
div.DivClassName
{
background-color: #A2799F;
}
.BgClassName
{
background-color: #A2799F;
}
</style>
border-color css
<style>
span { border-color: #A2799F; }
span { border-color: rgb(162,121,159); }
td.TdClassName
{
border-color: #A2799F;
}
.TagClassName
{
border-color: #A2799F;
}
</style>