Shades of Blue Violet #A217EF
Tints of Blue Violet #A217EF
RGB
CMYK
RGB Variations
Color information
#A217EF (or 0xA217EF) is known color: Blue Violet. HEX triplet: A2, 17 and EF. RGB value is (162,23,239). Sum of RGB (Red+Green+Blue) = 162+23+239=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #A217EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217EF is #5DE810. Grayscale: #585858. Windows color (decimal): -6154257 or 15669154. OLE color: 15669154.
HSL color Cylindrical-coordinate representation of color #A217EF: hue angle of 278.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217EF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 23 | 239 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.06 |
| HSL | 278.61º | 0.87% | 0.51% | - |
| HSV(B) | 278.61º | 0.9% | 0.94% | - |
| XYZ | 30.79 | 14.53 | 82.84 | - |
| YUV | 89.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 239 | 0.32 | 0.90 | 0 | 0.06 | 278.61 | 0.87 | 0.51 |
| Hex | A2 | 17 | EF | 20 | 5A | 0 | 6 | 117 | 57 | 33 |
| Octal | 242 | 27 | 357 | 40 | 132 | 0 | 6 | 427 | 127 | 63 |
| Binary | 10100010 | 10111 | 11101111 | 100000 | 1011010 | 0 | 110 | 100010111 | 1010111 | 110011 |
Color Harmonies of #A217EF
Complementary color
Monochromatic Colors of #A217EF
Black with #A217EF
Text Example
Text Example
White with #A217EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217EF; }
p { color: rgb(162,23,239); }
H1.HeaderClassName
{
color: #A217EF;
}
.AnyTagClassName
{
color: #A217EF;
}
</style>
background-color css
<style>
a { background-color: #A217EF; }
a { background-color: rgb(162,23,239); }
div.DivClassName
{
background-color: #A217EF;
}
.BgClassName
{
background-color: #A217EF;
}
</style>
border-color css
<style>
span { border-color: #A217EF; }
span { border-color: rgb(162,23,239); }
td.TdClassName
{
border-color: #A217EF;
}
.TagClassName
{
border-color: #A217EF;
}
</style>