Shades of Blue Violet #A242ED
Tints of Blue Violet #A242ED
RGB
CMYK
RGB Variations
Color information
#A242ED (or 0xA242ED) is known color: Blue Violet. HEX triplet: A2, 42 and ED. RGB value is (162,66,237). Sum of RGB (Red+Green+Blue) = 162+66+237=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A242ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A242ED is #5DBD12. Grayscale: #717171. Windows color (decimal): -6143251 or 15549090. OLE color: 15549090.
HSL color Cylindrical-coordinate representation of color #A242ED: hue angle of 273.68º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A242ED is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 66 | 237 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.07 |
| HSL | 273.68º | 0.83% | 0.59% | - |
| HSV(B) | 273.68º | 0.72% | 0.93% | - |
| XYZ | 32.13 | 17.69 | 81.84 | - |
| YUV | 114.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 237 | 0.32 | 0.72 | 0 | 0.07 | 273.68 | 0.83 | 0.59 |
| Hex | A2 | 42 | ED | 20 | 48 | 0 | 7 | 112 | 53 | 3B |
| Octal | 242 | 102 | 355 | 40 | 110 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100010 | 1000010 | 11101101 | 100000 | 1001000 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A242ED
Complementary color
Monochromatic Colors of #A242ED
Black with #A242ED
Text Example
Text Example
White with #A242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242ED; }
p { color: rgb(162,66,237); }
H1.HeaderClassName
{
color: #A242ED;
}
.AnyTagClassName
{
color: #A242ED;
}
</style>
background-color css
<style>
a { background-color: #A242ED; }
a { background-color: rgb(162,66,237); }
div.DivClassName
{
background-color: #A242ED;
}
.BgClassName
{
background-color: #A242ED;
}
</style>
border-color css
<style>
span { border-color: #A242ED; }
span { border-color: rgb(162,66,237); }
td.TdClassName
{
border-color: #A242ED;
}
.TagClassName
{
border-color: #A242ED;
}
</style>