Shades of Violet Blue #A24BAD
Tints of Violet Blue #A24BAD
RGB
CMYK
RGB Variations
Color information
#A24BAD (or 0xA24BAD) is known color: Violet Blue. HEX triplet: A2, 4B and AD. RGB value is (162,75,173). Sum of RGB (Red+Green+Blue) = 162+75+173=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A24BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24BAD is #5DB452. Grayscale: #6F6F6F. Windows color (decimal): -6141011 or 11357090. OLE color: 11357090.
HSL color Cylindrical-coordinate representation of color #A24BAD: hue angle of 293.27º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24BAD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 75 | 173 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.32 |
| HSL | 293.27º | 0.4% | 0.49% | - |
| HSV(B) | 293.27º | 0.57% | 0.68% | - |
| XYZ | 24.96 | 15.73 | 41.26 | - |
| YUV | 112.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 173 | 0.06 | 0.57 | 0 | 0.32 | 293.27 | 0.4 | 0.49 |
| Hex | A2 | 4B | AD | 6 | 39 | 0 | 20 | 125 | 28 | 31 |
| Octal | 242 | 113 | 255 | 6 | 71 | 0 | 40 | 445 | 50 | 61 |
| Binary | 10100010 | 1001011 | 10101101 | 110 | 111001 | 0 | 100000 | 100100101 | 101000 | 110001 |
Color Harmonies of #A24BAD
Complementary color
Monochromatic Colors of #A24BAD
Black with #A24BAD
Text Example
Text Example
White with #A24BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BAD; }
p { color: rgb(162,75,173); }
H1.HeaderClassName
{
color: #A24BAD;
}
.AnyTagClassName
{
color: #A24BAD;
}
</style>
background-color css
<style>
a { background-color: #A24BAD; }
a { background-color: rgb(162,75,173); }
div.DivClassName
{
background-color: #A24BAD;
}
.BgClassName
{
background-color: #A24BAD;
}
</style>
border-color css
<style>
span { border-color: #A24BAD; }
span { border-color: rgb(162,75,173); }
td.TdClassName
{
border-color: #A24BAD;
}
.TagClassName
{
border-color: #A24BAD;
}
</style>