Shades of Blue Violet #A226F7
Tints of Blue Violet #A226F7
RGB
CMYK
RGB Variations
Color information
#A226F7 (or 0xA226F7) is known color: Blue Violet. HEX triplet: A2, 26 and F7. RGB value is (162,38,247). Sum of RGB (Red+Green+Blue) = 162+38+247=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #A226F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A226F7 is #5DD908. Grayscale: #626262. Windows color (decimal): -6150409 or 16197282. OLE color: 16197282.
HSL color Cylindrical-coordinate representation of color #A226F7: hue angle of 275.6º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A226F7 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 38 | 247 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.03 |
| HSL | 275.6º | 0.93% | 0.56% | - |
| HSV(B) | 275.6º | 0.85% | 0.97% | - |
| XYZ | 32.38 | 15.78 | 89.34 | - |
| YUV | 98.9 | 211.58 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 247 | 0.34 | 0.85 | 0 | 0.03 | 275.6 | 0.93 | 0.56 |
| Hex | A2 | 26 | F7 | 22 | 55 | 0 | 3 | 114 | 5D | 38 |
| Octal | 242 | 46 | 367 | 42 | 125 | 0 | 3 | 424 | 135 | 70 |
| Binary | 10100010 | 100110 | 11110111 | 100010 | 1010101 | 0 | 11 | 100010100 | 1011101 | 111000 |
Color Harmonies of #A226F7
Complementary color
Monochromatic Colors of #A226F7
Black with #A226F7
Text Example
Text Example
White with #A226F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A226F7; }
p { color: rgb(162,38,247); }
H1.HeaderClassName
{
color: #A226F7;
}
.AnyTagClassName
{
color: #A226F7;
}
</style>
background-color css
<style>
a { background-color: #A226F7; }
a { background-color: rgb(162,38,247); }
div.DivClassName
{
background-color: #A226F7;
}
.BgClassName
{
background-color: #A226F7;
}
</style>
border-color css
<style>
span { border-color: #A226F7; }
span { border-color: rgb(162,38,247); }
td.TdClassName
{
border-color: #A226F7;
}
.TagClassName
{
border-color: #A226F7;
}
</style>