Shades of Blue Violet #A24BEA
Tints of Blue Violet #A24BEA
RGB
CMYK
RGB Variations
Color information
#A24BEA (or 0xA24BEA) is known color: Blue Violet. HEX triplet: A2, 4B and EA. RGB value is (162,75,234). Sum of RGB (Red+Green+Blue) = 162+75+234=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #A24BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BEA is #5DB415. Grayscale: #767676. Windows color (decimal): -6140950 or 15354786. OLE color: 15354786.
HSL color Cylindrical-coordinate representation of color #A24BEA: hue angle of 272.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24BEA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 75 | 234 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.08 |
| HSL | 272.83º | 0.79% | 0.61% | - |
| HSV(B) | 272.83º | 0.68% | 0.92% | - |
| XYZ | 32.27 | 18.65 | 79.74 | - |
| YUV | 119.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 234 | 0.31 | 0.68 | 0 | 0.08 | 272.83 | 0.79 | 0.61 |
| Hex | A2 | 4B | EA | 1F | 44 | 0 | 8 | 111 | 4F | 3D |
| Octal | 242 | 113 | 352 | 37 | 104 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100010 | 1001011 | 11101010 | 11111 | 1000100 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A24BEA
Complementary color
Monochromatic Colors of #A24BEA
Black with #A24BEA
Text Example
Text Example
White with #A24BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BEA; }
p { color: rgb(162,75,234); }
H1.HeaderClassName
{
color: #A24BEA;
}
.AnyTagClassName
{
color: #A24BEA;
}
</style>
background-color css
<style>
a { background-color: #A24BEA; }
a { background-color: rgb(162,75,234); }
div.DivClassName
{
background-color: #A24BEA;
}
.BgClassName
{
background-color: #A24BEA;
}
</style>
border-color css
<style>
span { border-color: #A24BEA; }
span { border-color: rgb(162,75,234); }
td.TdClassName
{
border-color: #A24BEA;
}
.TagClassName
{
border-color: #A24BEA;
}
</style>