Shades of Blue Violet #A228F0
Tints of Blue Violet #A228F0
RGB
CMYK
RGB Variations
Color information
#A228F0 (or 0xA228F0) is known color: Blue Violet. HEX triplet: A2, 28 and F0. RGB value is (162,40,240). Sum of RGB (Red+Green+Blue) = 162+40+240=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #A228F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228F0 is #5DD70F. Grayscale: #626262. Windows color (decimal): -6149904 or 15739042. OLE color: 15739042.
HSL color Cylindrical-coordinate representation of color #A228F0: hue angle of 276.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A228F0 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 40 | 240 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.06 |
| HSL | 276.6º | 0.87% | 0.55% | - |
| HSV(B) | 276.6º | 0.83% | 0.94% | - |
| XYZ | 31.39 | 15.49 | 83.77 | - |
| YUV | 99.28 | 207.42 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 240 | 0.32 | 0.83 | 0 | 0.06 | 276.6 | 0.87 | 0.55 |
| Hex | A2 | 28 | F0 | 20 | 53 | 0 | 6 | 115 | 57 | 37 |
| Octal | 242 | 50 | 360 | 40 | 123 | 0 | 6 | 425 | 127 | 67 |
| Binary | 10100010 | 101000 | 11110000 | 100000 | 1010011 | 0 | 110 | 100010101 | 1010111 | 110111 |
Color Harmonies of #A228F0
Complementary color
Monochromatic Colors of #A228F0
Black with #A228F0
Text Example
Text Example
White with #A228F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228F0; }
p { color: rgb(162,40,240); }
H1.HeaderClassName
{
color: #A228F0;
}
.AnyTagClassName
{
color: #A228F0;
}
</style>
background-color css
<style>
a { background-color: #A228F0; }
a { background-color: rgb(162,40,240); }
div.DivClassName
{
background-color: #A228F0;
}
.BgClassName
{
background-color: #A228F0;
}
</style>
border-color css
<style>
span { border-color: #A228F0; }
span { border-color: rgb(162,40,240); }
td.TdClassName
{
border-color: #A228F0;
}
.TagClassName
{
border-color: #A228F0;
}
</style>