Shades of Blue Violet #A228FC
Tints of Blue Violet #A228FC
RGB
CMYK
RGB Variations
Color information
#A228FC (or 0xA228FC) is known color: Blue Violet. HEX triplet: A2, 28 and FC. RGB value is (162,40,252). Sum of RGB (Red+Green+Blue) = 162+40+252=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #A228FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228FC is #5DD703. Grayscale: #636363. Windows color (decimal): -6149892 or 16525474. OLE color: 16525474.
HSL color Cylindrical-coordinate representation of color #A228FC: hue angle of 274.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A228FC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 40 | 252 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.01 |
| HSL | 274.53º | 0.97% | 0.57% | - |
| HSV(B) | 274.53º | 0.84% | 0.99% | - |
| XYZ | 33.23 | 16.23 | 93.48 | - |
| YUV | 100.65 | 213.42 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 252 | 0.36 | 0.84 | 0 | 0.01 | 274.53 | 0.97 | 0.57 |
| Hex | A2 | 28 | FC | 24 | 54 | 0 | 1 | 113 | 61 | 39 |
| Octal | 242 | 50 | 374 | 44 | 124 | 0 | 1 | 423 | 141 | 71 |
| Binary | 10100010 | 101000 | 11111100 | 100100 | 1010100 | 0 | 1 | 100010011 | 1100001 | 111001 |
Color Harmonies of #A228FC
Complementary color
Monochromatic Colors of #A228FC
Black with #A228FC
Text Example
Text Example
White with #A228FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228FC; }
p { color: rgb(162,40,252); }
H1.HeaderClassName
{
color: #A228FC;
}
.AnyTagClassName
{
color: #A228FC;
}
</style>
background-color css
<style>
a { background-color: #A228FC; }
a { background-color: rgb(162,40,252); }
div.DivClassName
{
background-color: #A228FC;
}
.BgClassName
{
background-color: #A228FC;
}
</style>
border-color css
<style>
span { border-color: #A228FC; }
span { border-color: rgb(162,40,252); }
td.TdClassName
{
border-color: #A228FC;
}
.TagClassName
{
border-color: #A228FC;
}
</style>