Shades of Blue Violet #A231F5
Tints of Blue Violet #A231F5
RGB
CMYK
RGB Variations
Color information
#A231F5 (or 0xA231F5) is known color: Blue Violet. HEX triplet: A2, 31 and F5. RGB value is (162,49,245). Sum of RGB (Red+Green+Blue) = 162+49+245=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #A231F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231F5 is #5DCE0A. Grayscale: #686868. Windows color (decimal): -6147595 or 16069026. OLE color: 16069026.
HSL color Cylindrical-coordinate representation of color #A231F5: hue angle of 274.59º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A231F5 is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 49 | 245 | - |
| CMYK | 0.34 | 0.8 | 0 | 0.04 |
| HSL | 274.59º | 0.91% | 0.58% | - |
| HSV(B) | 274.59º | 0.8% | 0.96% | - |
| XYZ | 32.48 | 16.47 | 87.85 | - |
| YUV | 105.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 245 | 0.34 | 0.8 | 0 | 0.04 | 274.59 | 0.91 | 0.58 |
| Hex | A2 | 31 | F5 | 22 | 50 | 0 | 4 | 113 | 5B | 3A |
| Octal | 242 | 61 | 365 | 42 | 120 | 0 | 4 | 423 | 133 | 72 |
| Binary | 10100010 | 110001 | 11110101 | 100010 | 1010000 | 0 | 100 | 100010011 | 1011011 | 111010 |
Color Harmonies of #A231F5
Complementary color
Monochromatic Colors of #A231F5
Black with #A231F5
Text Example
Text Example
White with #A231F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231F5; }
p { color: rgb(162,49,245); }
H1.HeaderClassName
{
color: #A231F5;
}
.AnyTagClassName
{
color: #A231F5;
}
</style>
background-color css
<style>
a { background-color: #A231F5; }
a { background-color: rgb(162,49,245); }
div.DivClassName
{
background-color: #A231F5;
}
.BgClassName
{
background-color: #A231F5;
}
</style>
border-color css
<style>
span { border-color: #A231F5; }
span { border-color: rgb(162,49,245); }
td.TdClassName
{
border-color: #A231F5;
}
.TagClassName
{
border-color: #A231F5;
}
</style>