Shades of Blue Violet #A249ED
Tints of Blue Violet #A249ED
RGB
CMYK
RGB Variations
Color information
#A249ED (or 0xA249ED) is known color: Blue Violet. HEX triplet: A2, 49 and ED. RGB value is (162,73,237). Sum of RGB (Red+Green+Blue) = 162+73+237=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #A249ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249ED is #5DB612. Grayscale: #757575. Windows color (decimal): -6141459 or 15550882. OLE color: 15550882.
HSL color Cylindrical-coordinate representation of color #A249ED: hue angle of 272.56º degrees, saturation: 0.82, 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 #A249ED is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 73 | 237 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.56º | 0.82% | 0.61% | - |
| HSV(B) | 272.56º | 0.69% | 0.93% | - |
| XYZ | 32.57 | 18.56 | 81.99 | - |
| YUV | 118.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 237 | 0.32 | 0.69 | 0 | 0.07 | 272.56 | 0.82 | 0.61 |
| Hex | A2 | 49 | ED | 20 | 45 | 0 | 7 | 111 | 52 | 3D |
| Octal | 242 | 111 | 355 | 40 | 105 | 0 | 7 | 421 | 122 | 75 |
| Binary | 10100010 | 1001001 | 11101101 | 100000 | 1000101 | 0 | 111 | 100010001 | 1010010 | 111101 |
Color Harmonies of #A249ED
Complementary color
Monochromatic Colors of #A249ED
Black with #A249ED
Text Example
Text Example
White with #A249ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249ED; }
p { color: rgb(162,73,237); }
H1.HeaderClassName
{
color: #A249ED;
}
.AnyTagClassName
{
color: #A249ED;
}
</style>
background-color css
<style>
a { background-color: #A249ED; }
a { background-color: rgb(162,73,237); }
div.DivClassName
{
background-color: #A249ED;
}
.BgClassName
{
background-color: #A249ED;
}
</style>
border-color css
<style>
span { border-color: #A249ED; }
span { border-color: rgb(162,73,237); }
td.TdClassName
{
border-color: #A249ED;
}
.TagClassName
{
border-color: #A249ED;
}
</style>