Shades of Blue Violet #A232ED
Tints of Blue Violet #A232ED
RGB
CMYK
RGB Variations
Color information
#A232ED (or 0xA232ED) is known color: Blue Violet. HEX triplet: A2, 32 and ED. RGB value is (162,50,237). Sum of RGB (Red+Green+Blue) = 162+50+237=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #A232ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232ED is #5DCD12. Grayscale: #686868. Windows color (decimal): -6147347 or 15544994. OLE color: 15544994.
HSL color Cylindrical-coordinate representation of color #A232ED: hue angle of 275.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A232ED is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 50 | 237 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 275.94º | 0.84% | 0.56% | - |
| HSV(B) | 275.94º | 0.79% | 0.93% | - |
| XYZ | 31.33 | 16.08 | 81.57 | - |
| YUV | 104.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 237 | 0.32 | 0.79 | 0 | 0.07 | 275.94 | 0.84 | 0.56 |
| Hex | A2 | 32 | ED | 20 | 4F | 0 | 7 | 114 | 54 | 38 |
| Octal | 242 | 62 | 355 | 40 | 117 | 0 | 7 | 424 | 124 | 70 |
| Binary | 10100010 | 110010 | 11101101 | 100000 | 1001111 | 0 | 111 | 100010100 | 1010100 | 111000 |
Color Harmonies of #A232ED
Complementary color
Monochromatic Colors of #A232ED
Black with #A232ED
Text Example
Text Example
White with #A232ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232ED; }
p { color: rgb(162,50,237); }
H1.HeaderClassName
{
color: #A232ED;
}
.AnyTagClassName
{
color: #A232ED;
}
</style>
background-color css
<style>
a { background-color: #A232ED; }
a { background-color: rgb(162,50,237); }
div.DivClassName
{
background-color: #A232ED;
}
.BgClassName
{
background-color: #A232ED;
}
</style>
border-color css
<style>
span { border-color: #A232ED; }
span { border-color: rgb(162,50,237); }
td.TdClassName
{
border-color: #A232ED;
}
.TagClassName
{
border-color: #A232ED;
}
</style>