Shades of Blue Violet #A227FC
Tints of Blue Violet #A227FC
RGB
CMYK
RGB Variations
Color information
#A227FC (or 0xA227FC) is known color: Blue Violet. HEX triplet: A2, 27 and FC. RGB value is (162,39,252). Sum of RGB (Red+Green+Blue) = 162+39+252=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #A227FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227FC is #5DD803. Grayscale: #636363. Windows color (decimal): -6150148 or 16525218. OLE color: 16525218.
HSL color Cylindrical-coordinate representation of color #A227FC: hue angle of 274.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A227FC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 39 | 252 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.01 |
| HSL | 274.65º | 0.97% | 0.57% | - |
| HSV(B) | 274.65º | 0.85% | 0.99% | - |
| XYZ | 33.2 | 16.16 | 93.47 | - |
| YUV | 100.06 | 213.75 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 252 | 0.36 | 0.85 | 0 | 0.01 | 274.65 | 0.97 | 0.57 |
| Hex | A2 | 27 | FC | 24 | 55 | 0 | 1 | 113 | 61 | 39 |
| Octal | 242 | 47 | 374 | 44 | 125 | 0 | 1 | 423 | 141 | 71 |
| Binary | 10100010 | 100111 | 11111100 | 100100 | 1010101 | 0 | 1 | 100010011 | 1100001 | 111001 |
Color Harmonies of #A227FC
Complementary color
Monochromatic Colors of #A227FC
Black with #A227FC
Text Example
Text Example
White with #A227FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227FC; }
p { color: rgb(162,39,252); }
H1.HeaderClassName
{
color: #A227FC;
}
.AnyTagClassName
{
color: #A227FC;
}
</style>
background-color css
<style>
a { background-color: #A227FC; }
a { background-color: rgb(162,39,252); }
div.DivClassName
{
background-color: #A227FC;
}
.BgClassName
{
background-color: #A227FC;
}
</style>
border-color css
<style>
span { border-color: #A227FC; }
span { border-color: rgb(162,39,252); }
td.TdClassName
{
border-color: #A227FC;
}
.TagClassName
{
border-color: #A227FC;
}
</style>