Shades of Blue Violet #A215ED
Tints of Blue Violet #A215ED
RGB
CMYK
RGB Variations
Color information
#A215ED (or 0xA215ED) is known color: Blue Violet. HEX triplet: A2, 15 and ED. RGB value is (162,21,237). Sum of RGB (Red+Green+Blue) = 162+21+237=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A215ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215ED is #5DEA12. Grayscale: #575757. Windows color (decimal): -6154771 or 15537570. OLE color: 15537570.
HSL color Cylindrical-coordinate representation of color #A215ED: hue angle of 279.17º 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 #A215ED is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 21 | 237 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.07 |
| HSL | 279.17º | 0.86% | 0.51% | - |
| HSV(B) | 279.17º | 0.91% | 0.93% | - |
| XYZ | 30.45 | 14.33 | 81.28 | - |
| YUV | 87.78 | 212.21 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 237 | 0.32 | 0.91 | 0 | 0.07 | 279.17 | 0.86 | 0.51 |
| Hex | A2 | 15 | ED | 20 | 5B | 0 | 7 | 117 | 56 | 33 |
| Octal | 242 | 25 | 355 | 40 | 133 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100010 | 10101 | 11101101 | 100000 | 1011011 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A215ED
Complementary color
Monochromatic Colors of #A215ED
Black with #A215ED
Text Example
Text Example
White with #A215ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215ED; }
p { color: rgb(162,21,237); }
H1.HeaderClassName
{
color: #A215ED;
}
.AnyTagClassName
{
color: #A215ED;
}
</style>
background-color css
<style>
a { background-color: #A215ED; }
a { background-color: rgb(162,21,237); }
div.DivClassName
{
background-color: #A215ED;
}
.BgClassName
{
background-color: #A215ED;
}
</style>
border-color css
<style>
span { border-color: #A215ED; }
span { border-color: rgb(162,21,237); }
td.TdClassName
{
border-color: #A215ED;
}
.TagClassName
{
border-color: #A215ED;
}
</style>