Shades of Blue Violet #A228FB
Tints of Blue Violet #A228FB
RGB
CMYK
RGB Variations
Color information
#A228FB (or 0xA228FB) is known color: Blue Violet. HEX triplet: A2, 28 and FB. RGB value is (162,40,251). Sum of RGB (Red+Green+Blue) = 162+40+251=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #A228FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228FB is #5DD704. Grayscale: #636363. Windows color (decimal): -6149893 or 16459938. OLE color: 16459938.
HSL color Cylindrical-coordinate representation of color #A228FB: hue angle of 274.69º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A228FB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 40 | 251 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.02 |
| HSL | 274.69º | 0.96% | 0.57% | - |
| HSV(B) | 274.69º | 0.84% | 0.98% | - |
| XYZ | 33.07 | 16.16 | 92.64 | - |
| YUV | 100.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 251 | 0.35 | 0.84 | 0 | 0.02 | 274.69 | 0.96 | 0.57 |
| Hex | A2 | 28 | FB | 23 | 54 | 0 | 2 | 113 | 60 | 39 |
| Octal | 242 | 50 | 373 | 43 | 124 | 0 | 2 | 423 | 140 | 71 |
| Binary | 10100010 | 101000 | 11111011 | 100011 | 1010100 | 0 | 10 | 100010011 | 1100000 | 111001 |
Color Harmonies of #A228FB
Complementary color
Monochromatic Colors of #A228FB
Black with #A228FB
Text Example
Text Example
White with #A228FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228FB; }
p { color: rgb(162,40,251); }
H1.HeaderClassName
{
color: #A228FB;
}
.AnyTagClassName
{
color: #A228FB;
}
</style>
background-color css
<style>
a { background-color: #A228FB; }
a { background-color: rgb(162,40,251); }
div.DivClassName
{
background-color: #A228FB;
}
.BgClassName
{
background-color: #A228FB;
}
</style>
border-color css
<style>
span { border-color: #A228FB; }
span { border-color: rgb(162,40,251); }
td.TdClassName
{
border-color: #A228FB;
}
.TagClassName
{
border-color: #A228FB;
}
</style>