Shades of Blue Violet #A227FF
Tints of Blue Violet #A227FF
RGB
CMYK
RGB Variations
Color information
#A227FF (or 0xA227FF) is known color: Blue Violet. HEX triplet: A2, 27 and FF. RGB value is (162,39,255). Sum of RGB (Red+Green+Blue) = 162+39+255=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A227FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227FF is #5DD800. Grayscale: #636363. Windows color (decimal): -6150145 or 16721826. OLE color: 16721826.
HSL color Cylindrical-coordinate representation of color #A227FF: hue angle of 274.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A227FF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 39 | 255 | - |
| CMYK | 0.36 | 0.85 | 0 | 0 |
| HSL | 274.17º | 1% | 0.58% | - |
| HSV(B) | 274.17º | 0.85% | 1% | - |
| XYZ | 33.68 | 16.35 | 95.99 | - |
| YUV | 100.4 | 215.25 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 255 | 0.36 | 0.85 | 0 | 0 | 274.17 | 1 | 0.58 |
| Hex | A2 | 27 | FF | 24 | 55 | 0 | 0 | 112 | 64 | 3A |
| Octal | 242 | 47 | 377 | 44 | 125 | 0 | 0 | 422 | 144 | 72 |
| Binary | 10100010 | 100111 | 11111111 | 100100 | 1010101 | 0 | 0 | 100010010 | 1100100 | 111010 |
Color Harmonies of #A227FF
Complementary color
Monochromatic Colors of #A227FF
Black with #A227FF
Text Example
Text Example
White with #A227FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227FF; }
p { color: rgb(162,39,255); }
H1.HeaderClassName
{
color: #A227FF;
}
.AnyTagClassName
{
color: #A227FF;
}
</style>
background-color css
<style>
a { background-color: #A227FF; }
a { background-color: rgb(162,39,255); }
div.DivClassName
{
background-color: #A227FF;
}
.BgClassName
{
background-color: #A227FF;
}
</style>
border-color css
<style>
span { border-color: #A227FF; }
span { border-color: rgb(162,39,255); }
td.TdClassName
{
border-color: #A227FF;
}
.TagClassName
{
border-color: #A227FF;
}
</style>