Shades of Blue Violet #A249EE
Tints of Blue Violet #A249EE
RGB
CMYK
RGB Variations
Color information
#A249EE (or 0xA249EE) is known color: Blue Violet. HEX triplet: A2, 49 and EE. RGB value is (162,73,238). Sum of RGB (Red+Green+Blue) = 162+73+238=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #A249EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249EE is #5DB611. Grayscale: #757575. Windows color (decimal): -6141458 or 15616418. OLE color: 15616418.
HSL color Cylindrical-coordinate representation of color #A249EE: hue angle of 272.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A249EE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 73 | 238 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.36º | 0.83% | 0.61% | - |
| HSV(B) | 272.36º | 0.69% | 0.93% | - |
| XYZ | 32.72 | 18.62 | 82.76 | - |
| YUV | 118.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 238 | 0.32 | 0.69 | 0 | 0.07 | 272.36 | 0.83 | 0.61 |
| Hex | A2 | 49 | EE | 20 | 45 | 0 | 7 | 110 | 53 | 3D |
| Octal | 242 | 111 | 356 | 40 | 105 | 0 | 7 | 420 | 123 | 75 |
| Binary | 10100010 | 1001001 | 11101110 | 100000 | 1000101 | 0 | 111 | 100010000 | 1010011 | 111101 |
Color Harmonies of #A249EE
Complementary color
Monochromatic Colors of #A249EE
Black with #A249EE
Text Example
Text Example
White with #A249EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249EE; }
p { color: rgb(162,73,238); }
H1.HeaderClassName
{
color: #A249EE;
}
.AnyTagClassName
{
color: #A249EE;
}
</style>
background-color css
<style>
a { background-color: #A249EE; }
a { background-color: rgb(162,73,238); }
div.DivClassName
{
background-color: #A249EE;
}
.BgClassName
{
background-color: #A249EE;
}
</style>
border-color css
<style>
span { border-color: #A249EE; }
span { border-color: rgb(162,73,238); }
td.TdClassName
{
border-color: #A249EE;
}
.TagClassName
{
border-color: #A249EE;
}
</style>