Shades of Blue Violet #A215EE
Tints of Blue Violet #A215EE
RGB
CMYK
RGB Variations
Color information
#A215EE (or 0xA215EE) is known color: Blue Violet. HEX triplet: A2, 15 and EE. RGB value is (162,21,238). Sum of RGB (Red+Green+Blue) = 162+21+238=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A215EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215EE is #5DEA11. Grayscale: #575757. Windows color (decimal): -6154770 or 15603106. OLE color: 15603106.
HSL color Cylindrical-coordinate representation of color #A215EE: hue angle of 278.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A215EE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 21 | 238 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.07 |
| HSL | 278.99º | 0.86% | 0.51% | - |
| HSV(B) | 278.99º | 0.91% | 0.93% | - |
| XYZ | 30.6 | 14.39 | 82.05 | - |
| YUV | 87.9 | 212.71 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 238 | 0.32 | 0.91 | 0 | 0.07 | 278.99 | 0.86 | 0.51 |
| Hex | A2 | 15 | EE | 20 | 5B | 0 | 7 | 117 | 56 | 33 |
| Octal | 242 | 25 | 356 | 40 | 133 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100010 | 10101 | 11101110 | 100000 | 1011011 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A215EE
Complementary color
Monochromatic Colors of #A215EE
Black with #A215EE
Text Example
Text Example
White with #A215EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215EE; }
p { color: rgb(162,21,238); }
H1.HeaderClassName
{
color: #A215EE;
}
.AnyTagClassName
{
color: #A215EE;
}
</style>
background-color css
<style>
a { background-color: #A215EE; }
a { background-color: rgb(162,21,238); }
div.DivClassName
{
background-color: #A215EE;
}
.BgClassName
{
background-color: #A215EE;
}
</style>
border-color css
<style>
span { border-color: #A215EE; }
span { border-color: rgb(162,21,238); }
td.TdClassName
{
border-color: #A215EE;
}
.TagClassName
{
border-color: #A215EE;
}
</style>