Shades of Blue Violet #A228FE
Tints of Blue Violet #A228FE
RGB
CMYK
RGB Variations
Color information
#A228FE (or 0xA228FE) is known color: Blue Violet. HEX triplet: A2, 28 and FE. RGB value is (162,40,254). Sum of RGB (Red+Green+Blue) = 162+40+254=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #A228FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228FE is #5DD701. Grayscale: #646464. Windows color (decimal): -6149890 or 16656546. OLE color: 16656546.
HSL color Cylindrical-coordinate representation of color #A228FE: hue angle of 274.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A228FE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 40 | 254 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.00 |
| HSL | 274.21º | 0.99% | 0.58% | - |
| HSV(B) | 274.21º | 0.84% | 1% | - |
| XYZ | 33.55 | 16.35 | 95.15 | - |
| YUV | 100.87 | 214.42 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 254 | 0.36 | 0.84 | 0 | 0.00 | 274.21 | 0.99 | 0.58 |
| Hex | A2 | 28 | FE | 24 | 54 | 0 | 0 | 112 | 63 | 3A |
| Octal | 242 | 50 | 376 | 44 | 124 | 0 | 0 | 422 | 143 | 72 |
| Binary | 10100010 | 101000 | 11111110 | 100100 | 1010100 | 0 | 0 | 100010010 | 1100011 | 111010 |
Color Harmonies of #A228FE
Complementary color
Monochromatic Colors of #A228FE
Black with #A228FE
Text Example
Text Example
White with #A228FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228FE; }
p { color: rgb(162,40,254); }
H1.HeaderClassName
{
color: #A228FE;
}
.AnyTagClassName
{
color: #A228FE;
}
</style>
background-color css
<style>
a { background-color: #A228FE; }
a { background-color: rgb(162,40,254); }
div.DivClassName
{
background-color: #A228FE;
}
.BgClassName
{
background-color: #A228FE;
}
</style>
border-color css
<style>
span { border-color: #A228FE; }
span { border-color: rgb(162,40,254); }
td.TdClassName
{
border-color: #A228FE;
}
.TagClassName
{
border-color: #A228FE;
}
</style>