Shades of Blue Violet #A24AED
Tints of Blue Violet #A24AED
RGB
CMYK
RGB Variations
Color information
#A24AED (or 0xA24AED) is known color: Blue Violet. HEX triplet: A2, 4A and ED. RGB value is (162,74,237). Sum of RGB (Red+Green+Blue) = 162+74+237=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #A24AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24AED is #5DB512. Grayscale: #767676. Windows color (decimal): -6141203 or 15551138. OLE color: 15551138.
HSL color Cylindrical-coordinate representation of color #A24AED: hue angle of 272.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24AED is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 74 | 237 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.39º | 0.82% | 0.61% | - |
| HSV(B) | 272.39º | 0.69% | 0.93% | - |
| XYZ | 32.64 | 18.69 | 82.01 | - |
| YUV | 118.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 237 | 0.32 | 0.69 | 0 | 0.07 | 272.39 | 0.82 | 0.61 |
| Hex | A2 | 4A | ED | 20 | 45 | 0 | 7 | 110 | 52 | 3D |
| Octal | 242 | 112 | 355 | 40 | 105 | 0 | 7 | 420 | 122 | 75 |
| Binary | 10100010 | 1001010 | 11101101 | 100000 | 1000101 | 0 | 111 | 100010000 | 1010010 | 111101 |
Color Harmonies of #A24AED
Complementary color
Monochromatic Colors of #A24AED
Black with #A24AED
Text Example
Text Example
White with #A24AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AED; }
p { color: rgb(162,74,237); }
H1.HeaderClassName
{
color: #A24AED;
}
.AnyTagClassName
{
color: #A24AED;
}
</style>
background-color css
<style>
a { background-color: #A24AED; }
a { background-color: rgb(162,74,237); }
div.DivClassName
{
background-color: #A24AED;
}
.BgClassName
{
background-color: #A24AED;
}
</style>
border-color css
<style>
span { border-color: #A24AED; }
span { border-color: rgb(162,74,237); }
td.TdClassName
{
border-color: #A24AED;
}
.TagClassName
{
border-color: #A24AED;
}
</style>