Shades of Blue Violet #A248EE
Tints of Blue Violet #A248EE
RGB
CMYK
RGB Variations
Color information
#A248EE (or 0xA248EE) is known color: Blue Violet. HEX triplet: A2, 48 and EE. RGB value is (162,72,238). Sum of RGB (Red+Green+Blue) = 162+72+238=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #A248EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A248EE is #5DB711. Grayscale: #757575. Windows color (decimal): -6141714 or 15616162. OLE color: 15616162.
HSL color Cylindrical-coordinate representation of color #A248EE: hue angle of 272.53º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A248EE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 72 | 238 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.07 |
| HSL | 272.53º | 0.83% | 0.61% | - |
| HSV(B) | 272.53º | 0.7% | 0.93% | - |
| XYZ | 32.65 | 18.49 | 82.74 | - |
| YUV | 117.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 238 | 0.32 | 0.70 | 0 | 0.07 | 272.53 | 0.83 | 0.61 |
| Hex | A2 | 48 | EE | 20 | 46 | 0 | 7 | 111 | 53 | 3D |
| Octal | 242 | 110 | 356 | 40 | 106 | 0 | 7 | 421 | 123 | 75 |
| Binary | 10100010 | 1001000 | 11101110 | 100000 | 1000110 | 0 | 111 | 100010001 | 1010011 | 111101 |
Color Harmonies of #A248EE
Complementary color
Monochromatic Colors of #A248EE
Black with #A248EE
Text Example
Text Example
White with #A248EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248EE; }
p { color: rgb(162,72,238); }
H1.HeaderClassName
{
color: #A248EE;
}
.AnyTagClassName
{
color: #A248EE;
}
</style>
background-color css
<style>
a { background-color: #A248EE; }
a { background-color: rgb(162,72,238); }
div.DivClassName
{
background-color: #A248EE;
}
.BgClassName
{
background-color: #A248EE;
}
</style>
border-color css
<style>
span { border-color: #A248EE; }
span { border-color: rgb(162,72,238); }
td.TdClassName
{
border-color: #A248EE;
}
.TagClassName
{
border-color: #A248EE;
}
</style>