Shades of Blue Violet #A234ED
Tints of Blue Violet #A234ED
RGB
CMYK
RGB Variations
Color information
#A234ED (or 0xA234ED) is known color: Blue Violet. HEX triplet: A2, 34 and ED. RGB value is (162,52,237). Sum of RGB (Red+Green+Blue) = 162+52+237=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #A234ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A234ED is #5DCB12. Grayscale: #696969. Windows color (decimal): -6146835 or 15545506. OLE color: 15545506.
HSL color Cylindrical-coordinate representation of color #A234ED: hue angle of 275.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A234ED is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 52 | 237 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.68º | 0.84% | 0.57% | - |
| HSV(B) | 275.68º | 0.78% | 0.93% | - |
| XYZ | 31.41 | 16.25 | 81.6 | - |
| YUV | 105.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 237 | 0.32 | 0.78 | 0 | 0.07 | 275.68 | 0.84 | 0.57 |
| Hex | A2 | 34 | ED | 20 | 4E | 0 | 7 | 114 | 54 | 39 |
| Octal | 242 | 64 | 355 | 40 | 116 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100010 | 110100 | 11101101 | 100000 | 1001110 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A234ED
Complementary color
Monochromatic Colors of #A234ED
Black with #A234ED
Text Example
Text Example
White with #A234ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234ED; }
p { color: rgb(162,52,237); }
H1.HeaderClassName
{
color: #A234ED;
}
.AnyTagClassName
{
color: #A234ED;
}
</style>
background-color css
<style>
a { background-color: #A234ED; }
a { background-color: rgb(162,52,237); }
div.DivClassName
{
background-color: #A234ED;
}
.BgClassName
{
background-color: #A234ED;
}
</style>
border-color css
<style>
span { border-color: #A234ED; }
span { border-color: rgb(162,52,237); }
td.TdClassName
{
border-color: #A234ED;
}
.TagClassName
{
border-color: #A234ED;
}
</style>