Shades of Blue Violet #A241ED
Tints of Blue Violet #A241ED
RGB
CMYK
RGB Variations
Color information
#A241ED (or 0xA241ED) is known color: Blue Violet. HEX triplet: A2, 41 and ED. RGB value is (162,65,237). Sum of RGB (Red+Green+Blue) = 162+65+237=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #A241ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241ED is #5DBE12. Grayscale: #717171. Windows color (decimal): -6143507 or 15548834. OLE color: 15548834.
HSL color Cylindrical-coordinate representation of color #A241ED: hue angle of 273.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A241ED is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 65 | 237 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.07 |
| HSL | 273.84º | 0.83% | 0.59% | - |
| HSV(B) | 273.84º | 0.73% | 0.93% | - |
| XYZ | 32.08 | 17.58 | 81.82 | - |
| YUV | 113.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 237 | 0.32 | 0.73 | 0 | 0.07 | 273.84 | 0.83 | 0.59 |
| Hex | A2 | 41 | ED | 20 | 49 | 0 | 7 | 112 | 53 | 3B |
| Octal | 242 | 101 | 355 | 40 | 111 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100010 | 1000001 | 11101101 | 100000 | 1001001 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A241ED
Complementary color
Monochromatic Colors of #A241ED
Black with #A241ED
Text Example
Text Example
White with #A241ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241ED; }
p { color: rgb(162,65,237); }
H1.HeaderClassName
{
color: #A241ED;
}
.AnyTagClassName
{
color: #A241ED;
}
</style>
background-color css
<style>
a { background-color: #A241ED; }
a { background-color: rgb(162,65,237); }
div.DivClassName
{
background-color: #A241ED;
}
.BgClassName
{
background-color: #A241ED;
}
</style>
border-color css
<style>
span { border-color: #A241ED; }
span { border-color: rgb(162,65,237); }
td.TdClassName
{
border-color: #A241ED;
}
.TagClassName
{
border-color: #A241ED;
}
</style>