Shades of Blue Violet #A215F0
Tints of Blue Violet #A215F0
RGB
CMYK
RGB Variations
Color information
#A215F0 (or 0xA215F0) is known color: Blue Violet. HEX triplet: A2, 15 and F0. RGB value is (162,21,240). Sum of RGB (Red+Green+Blue) = 162+21+240=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A215F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215F0 is #5DEA0F. Grayscale: #575757. Windows color (decimal): -6154768 or 15734178. OLE color: 15734178.
HSL color Cylindrical-coordinate representation of color #A215F0: hue angle of 278.63º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A215F0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 21 | 240 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.06 |
| HSL | 278.63º | 0.88% | 0.51% | - |
| HSV(B) | 278.63º | 0.91% | 0.94% | - |
| XYZ | 30.9 | 14.51 | 83.61 | - |
| YUV | 88.13 | 213.71 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 240 | 0.32 | 0.91 | 0 | 0.06 | 278.63 | 0.88 | 0.51 |
| Hex | A2 | 15 | F0 | 20 | 5B | 0 | 6 | 117 | 58 | 33 |
| Octal | 242 | 25 | 360 | 40 | 133 | 0 | 6 | 427 | 130 | 63 |
| Binary | 10100010 | 10101 | 11110000 | 100000 | 1011011 | 0 | 110 | 100010111 | 1011000 | 110011 |
Color Harmonies of #A215F0
Complementary color
Monochromatic Colors of #A215F0
Black with #A215F0
Text Example
Text Example
White with #A215F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215F0; }
p { color: rgb(162,21,240); }
H1.HeaderClassName
{
color: #A215F0;
}
.AnyTagClassName
{
color: #A215F0;
}
</style>
background-color css
<style>
a { background-color: #A215F0; }
a { background-color: rgb(162,21,240); }
div.DivClassName
{
background-color: #A215F0;
}
.BgClassName
{
background-color: #A215F0;
}
</style>
border-color css
<style>
span { border-color: #A215F0; }
span { border-color: rgb(162,21,240); }
td.TdClassName
{
border-color: #A215F0;
}
.TagClassName
{
border-color: #A215F0;
}
</style>