Shades of Blue Violet #A217ED
Tints of Blue Violet #A217ED
RGB
CMYK
RGB Variations
Color information
#A217ED (or 0xA217ED) is known color: Blue Violet. HEX triplet: A2, 17 and ED. RGB value is (162,23,237). Sum of RGB (Red+Green+Blue) = 162+23+237=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A217ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217ED is #5DE812. Grayscale: #585858. Windows color (decimal): -6154259 or 15538082. OLE color: 15538082.
HSL color Cylindrical-coordinate representation of color #A217ED: hue angle of 278.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217ED is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 23 | 237 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.07 |
| HSL | 278.97º | 0.86% | 0.51% | - |
| HSV(B) | 278.97º | 0.9% | 0.93% | - |
| XYZ | 30.49 | 14.41 | 81.29 | - |
| YUV | 88.96 | 211.55 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 237 | 0.32 | 0.90 | 0 | 0.07 | 278.97 | 0.86 | 0.51 |
| Hex | A2 | 17 | ED | 20 | 5A | 0 | 7 | 117 | 56 | 33 |
| Octal | 242 | 27 | 355 | 40 | 132 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100010 | 10111 | 11101101 | 100000 | 1011010 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A217ED
Complementary color
Monochromatic Colors of #A217ED
Black with #A217ED
Text Example
Text Example
White with #A217ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217ED; }
p { color: rgb(162,23,237); }
H1.HeaderClassName
{
color: #A217ED;
}
.AnyTagClassName
{
color: #A217ED;
}
</style>
background-color css
<style>
a { background-color: #A217ED; }
a { background-color: rgb(162,23,237); }
div.DivClassName
{
background-color: #A217ED;
}
.BgClassName
{
background-color: #A217ED;
}
</style>
border-color css
<style>
span { border-color: #A217ED; }
span { border-color: rgb(162,23,237); }
td.TdClassName
{
border-color: #A217ED;
}
.TagClassName
{
border-color: #A217ED;
}
</style>