Shades of Blue Violet #A216ED
Tints of Blue Violet #A216ED
RGB
CMYK
RGB Variations
Color information
#A216ED (or 0xA216ED) is known color: Blue Violet. HEX triplet: A2, 16 and ED. RGB value is (162,22,237). Sum of RGB (Red+Green+Blue) = 162+22+237=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A216ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A216ED is #5DE912. Grayscale: #575757. Windows color (decimal): -6154515 or 15537826. OLE color: 15537826.
HSL color Cylindrical-coordinate representation of color #A216ED: hue angle of 279.07º 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 #A216ED is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 22 | 237 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.07 |
| HSL | 279.07º | 0.86% | 0.51% | - |
| HSV(B) | 279.07º | 0.91% | 0.93% | - |
| XYZ | 30.47 | 14.37 | 81.29 | - |
| YUV | 88.37 | 211.88 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 237 | 0.32 | 0.91 | 0 | 0.07 | 279.07 | 0.86 | 0.51 |
| Hex | A2 | 16 | ED | 20 | 5B | 0 | 7 | 117 | 56 | 33 |
| Octal | 242 | 26 | 355 | 40 | 133 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100010 | 10110 | 11101101 | 100000 | 1011011 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A216ED
Complementary color
Monochromatic Colors of #A216ED
Black with #A216ED
Text Example
Text Example
White with #A216ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A216ED; }
p { color: rgb(162,22,237); }
H1.HeaderClassName
{
color: #A216ED;
}
.AnyTagClassName
{
color: #A216ED;
}
</style>
background-color css
<style>
a { background-color: #A216ED; }
a { background-color: rgb(162,22,237); }
div.DivClassName
{
background-color: #A216ED;
}
.BgClassName
{
background-color: #A216ED;
}
</style>
border-color css
<style>
span { border-color: #A216ED; }
span { border-color: rgb(162,22,237); }
td.TdClassName
{
border-color: #A216ED;
}
.TagClassName
{
border-color: #A216ED;
}
</style>