Shades of Blue Violet #A217F7
Tints of Blue Violet #A217F7
RGB
CMYK
RGB Variations
Color information
#A217F7 (or 0xA217F7) is known color: Blue Violet. HEX triplet: A2, 17 and F7. RGB value is (162,23,247). Sum of RGB (Red+Green+Blue) = 162+23+247=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #A217F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217F7 is #5DE808. Grayscale: #595959. Windows color (decimal): -6154249 or 16193442. OLE color: 16193442.
HSL color Cylindrical-coordinate representation of color #A217F7: hue angle of 277.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A217F7 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 23 | 247 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.03 |
| HSL | 277.23º | 0.93% | 0.53% | - |
| HSV(B) | 277.23º | 0.91% | 0.97% | - |
| XYZ | 32 | 15.01 | 89.21 | - |
| YUV | 90.1 | 216.55 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 247 | 0.34 | 0.91 | 0 | 0.03 | 277.23 | 0.93 | 0.53 |
| Hex | A2 | 17 | F7 | 22 | 5B | 0 | 3 | 115 | 5D | 35 |
| Octal | 242 | 27 | 367 | 42 | 133 | 0 | 3 | 425 | 135 | 65 |
| Binary | 10100010 | 10111 | 11110111 | 100010 | 1011011 | 0 | 11 | 100010101 | 1011101 | 110101 |
Color Harmonies of #A217F7
Complementary color
Monochromatic Colors of #A217F7
Black with #A217F7
Text Example
Text Example
White with #A217F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217F7; }
p { color: rgb(162,23,247); }
H1.HeaderClassName
{
color: #A217F7;
}
.AnyTagClassName
{
color: #A217F7;
}
</style>
background-color css
<style>
a { background-color: #A217F7; }
a { background-color: rgb(162,23,247); }
div.DivClassName
{
background-color: #A217F7;
}
.BgClassName
{
background-color: #A217F7;
}
</style>
border-color css
<style>
span { border-color: #A217F7; }
span { border-color: rgb(162,23,247); }
td.TdClassName
{
border-color: #A217F7;
}
.TagClassName
{
border-color: #A217F7;
}
</style>