Shades of Blue Violet #A227F9
Tints of Blue Violet #A227F9
RGB
CMYK
RGB Variations
Color information
#A227F9 (or 0xA227F9) is known color: Blue Violet. HEX triplet: A2, 27 and F9. RGB value is (162,39,249). Sum of RGB (Red+Green+Blue) = 162+39+249=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #A227F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227F9 is #5DD806. Grayscale: #636363. Windows color (decimal): -6150151 or 16328610. OLE color: 16328610.
HSL color Cylindrical-coordinate representation of color #A227F9: hue angle of 275.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A227F9 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 39 | 249 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.02 |
| HSL | 275.14º | 0.95% | 0.56% | - |
| HSV(B) | 275.14º | 0.84% | 0.98% | - |
| XYZ | 32.72 | 15.97 | 90.98 | - |
| YUV | 99.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 249 | 0.35 | 0.84 | 0 | 0.02 | 275.14 | 0.95 | 0.56 |
| Hex | A2 | 27 | F9 | 23 | 54 | 0 | 2 | 113 | 5F | 38 |
| Octal | 242 | 47 | 371 | 43 | 124 | 0 | 2 | 423 | 137 | 70 |
| Binary | 10100010 | 100111 | 11111001 | 100011 | 1010100 | 0 | 10 | 100010011 | 1011111 | 111000 |
Color Harmonies of #A227F9
Complementary color
Monochromatic Colors of #A227F9
Black with #A227F9
Text Example
Text Example
White with #A227F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227F9; }
p { color: rgb(162,39,249); }
H1.HeaderClassName
{
color: #A227F9;
}
.AnyTagClassName
{
color: #A227F9;
}
</style>
background-color css
<style>
a { background-color: #A227F9; }
a { background-color: rgb(162,39,249); }
div.DivClassName
{
background-color: #A227F9;
}
.BgClassName
{
background-color: #A227F9;
}
</style>
border-color css
<style>
span { border-color: #A227F9; }
span { border-color: rgb(162,39,249); }
td.TdClassName
{
border-color: #A227F9;
}
.TagClassName
{
border-color: #A227F9;
}
</style>