Shades of Blue Violet #A242EB
Tints of Blue Violet #A242EB
RGB
CMYK
RGB Variations
Color information
#A242EB (or 0xA242EB) is known color: Blue Violet. HEX triplet: A2, 42 and EB. RGB value is (162,66,235). Sum of RGB (Red+Green+Blue) = 162+66+235=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A242EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A242EB is #5DBD14. Grayscale: #717171. Windows color (decimal): -6143253 or 15418018. OLE color: 15418018.
HSL color Cylindrical-coordinate representation of color #A242EB: hue angle of 274.08º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A242EB is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 66 | 235 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.08 |
| HSL | 274.08º | 0.81% | 0.59% | - |
| HSV(B) | 274.08º | 0.72% | 0.92% | - |
| XYZ | 31.84 | 17.58 | 80.31 | - |
| YUV | 113.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 235 | 0.31 | 0.72 | 0 | 0.08 | 274.08 | 0.81 | 0.59 |
| Hex | A2 | 42 | EB | 1F | 48 | 0 | 8 | 112 | 51 | 3B |
| Octal | 242 | 102 | 353 | 37 | 110 | 0 | 10 | 422 | 121 | 73 |
| Binary | 10100010 | 1000010 | 11101011 | 11111 | 1001000 | 0 | 1000 | 100010010 | 1010001 | 111011 |
Color Harmonies of #A242EB
Complementary color
Monochromatic Colors of #A242EB
Black with #A242EB
Text Example
Text Example
White with #A242EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242EB; }
p { color: rgb(162,66,235); }
H1.HeaderClassName
{
color: #A242EB;
}
.AnyTagClassName
{
color: #A242EB;
}
</style>
background-color css
<style>
a { background-color: #A242EB; }
a { background-color: rgb(162,66,235); }
div.DivClassName
{
background-color: #A242EB;
}
.BgClassName
{
background-color: #A242EB;
}
</style>
border-color css
<style>
span { border-color: #A242EB; }
span { border-color: rgb(162,66,235); }
td.TdClassName
{
border-color: #A242EB;
}
.TagClassName
{
border-color: #A242EB;
}
</style>