Shades of Blue Violet #A24BED
Tints of Blue Violet #A24BED
RGB
CMYK
RGB Variations
Color information
#A24BED (or 0xA24BED) is known color: Blue Violet. HEX triplet: A2, 4B and ED. RGB value is (162,75,237). Sum of RGB (Red+Green+Blue) = 162+75+237=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A24BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BED is #5DB412. Grayscale: #767676. Windows color (decimal): -6140947 or 15551394. OLE color: 15551394.
HSL color Cylindrical-coordinate representation of color #A24BED: hue angle of 272.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24BED is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 75 | 237 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.07 |
| HSL | 272.22º | 0.82% | 0.61% | - |
| HSV(B) | 272.22º | 0.68% | 0.93% | - |
| XYZ | 32.7 | 18.83 | 82.03 | - |
| YUV | 119.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 237 | 0.32 | 0.68 | 0 | 0.07 | 272.22 | 0.82 | 0.61 |
| Hex | A2 | 4B | ED | 20 | 44 | 0 | 7 | 110 | 52 | 3D |
| Octal | 242 | 113 | 355 | 40 | 104 | 0 | 7 | 420 | 122 | 75 |
| Binary | 10100010 | 1001011 | 11101101 | 100000 | 1000100 | 0 | 111 | 100010000 | 1010010 | 111101 |
Color Harmonies of #A24BED
Complementary color
Monochromatic Colors of #A24BED
Black with #A24BED
Text Example
Text Example
White with #A24BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BED; }
p { color: rgb(162,75,237); }
H1.HeaderClassName
{
color: #A24BED;
}
.AnyTagClassName
{
color: #A24BED;
}
</style>
background-color css
<style>
a { background-color: #A24BED; }
a { background-color: rgb(162,75,237); }
div.DivClassName
{
background-color: #A24BED;
}
.BgClassName
{
background-color: #A24BED;
}
</style>
border-color css
<style>
span { border-color: #A24BED; }
span { border-color: rgb(162,75,237); }
td.TdClassName
{
border-color: #A24BED;
}
.TagClassName
{
border-color: #A24BED;
}
</style>