Shades of Violet Blue #A24791
Tints of Violet Blue #A24791
RGB
CMYK
RGB Variations
Color information
#A24791 (or 0xA24791) is known color: Violet Blue. HEX triplet: A2, 47 and 91. RGB value is (162,71,145). Sum of RGB (Red+Green+Blue) = 162+71+145=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24791 is #5DB86E. Grayscale: #6A6A6A. Windows color (decimal): -6142063 or 9521058. OLE color: 9521058.
HSL color Cylindrical-coordinate representation of color #A24791: hue angle of 311.21º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24791 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 145 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.36 |
| HSL | 311.21º | 0.39% | 0.46% | - |
| HSV(B) | 311.21º | 0.56% | 0.64% | - |
| XYZ | 22.26 | 14.23 | 28.36 | - |
| YUV | 106.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 145 | 0 | 0.56 | 0.10 | 0.36 | 311.21 | 0.39 | 0.46 |
| Hex | A2 | 47 | 91 | 0 | 38 | A | 24 | 137 | 27 | 2E |
| Octal | 242 | 107 | 221 | 0 | 70 | 12 | 44 | 467 | 47 | 56 |
| Binary | 10100010 | 1000111 | 10010001 | 0 | 111000 | 1010 | 100100 | 100110111 | 100111 | 101110 |
Color Harmonies of #A24791
Complementary color
Monochromatic Colors of #A24791
Black with #A24791
Text Example
Text Example
White with #A24791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24791; }
p { color: rgb(162,71,145); }
H1.HeaderClassName
{
color: #A24791;
}
.AnyTagClassName
{
color: #A24791;
}
</style>
background-color css
<style>
a { background-color: #A24791; }
a { background-color: rgb(162,71,145); }
div.DivClassName
{
background-color: #A24791;
}
.BgClassName
{
background-color: #A24791;
}
</style>
border-color css
<style>
span { border-color: #A24791; }
span { border-color: rgb(162,71,145); }
td.TdClassName
{
border-color: #A24791;
}
.TagClassName
{
border-color: #A24791;
}
</style>