Shades of Blue Violet #A214F0
Tints of Blue Violet #A214F0
RGB
CMYK
RGB Variations
Color information
#A214F0 (or 0xA214F0) is known color: Blue Violet. HEX triplet: A2, 14 and F0. RGB value is (162,20,240). Sum of RGB (Red+Green+Blue) = 162+20+240=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #A214F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214F0 is #5DEB0F. Grayscale: #565656. Windows color (decimal): -6155024 or 15733922. OLE color: 15733922.
HSL color Cylindrical-coordinate representation of color #A214F0: hue angle of 278.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A214F0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 20 | 240 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.06 |
| HSL | 278.73º | 0.88% | 0.51% | - |
| HSV(B) | 278.73º | 0.92% | 0.94% | - |
| XYZ | 30.88 | 14.47 | 83.6 | - |
| YUV | 87.54 | 214.04 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 240 | 0.32 | 0.92 | 0 | 0.06 | 278.73 | 0.88 | 0.51 |
| Hex | A2 | 14 | F0 | 20 | 5C | 0 | 6 | 117 | 58 | 33 |
| Octal | 242 | 24 | 360 | 40 | 134 | 0 | 6 | 427 | 130 | 63 |
| Binary | 10100010 | 10100 | 11110000 | 100000 | 1011100 | 0 | 110 | 100010111 | 1011000 | 110011 |
Color Harmonies of #A214F0
Complementary color
Monochromatic Colors of #A214F0
Black with #A214F0
Text Example
Text Example
White with #A214F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214F0; }
p { color: rgb(162,20,240); }
H1.HeaderClassName
{
color: #A214F0;
}
.AnyTagClassName
{
color: #A214F0;
}
</style>
background-color css
<style>
a { background-color: #A214F0; }
a { background-color: rgb(162,20,240); }
div.DivClassName
{
background-color: #A214F0;
}
.BgClassName
{
background-color: #A214F0;
}
</style>
border-color css
<style>
span { border-color: #A214F0; }
span { border-color: rgb(162,20,240); }
td.TdClassName
{
border-color: #A214F0;
}
.TagClassName
{
border-color: #A214F0;
}
</style>