Shades of Blue Violet #A231FE
Tints of Blue Violet #A231FE
RGB
CMYK
RGB Variations
Color information
#A231FE (or 0xA231FE) is known color: Blue Violet. HEX triplet: A2, 31 and FE. RGB value is (162,49,254). Sum of RGB (Red+Green+Blue) = 162+49+254=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #A231FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231FE is #5DCE01. Grayscale: #696969. Windows color (decimal): -6147586 or 16658850. OLE color: 16658850.
HSL color Cylindrical-coordinate representation of color #A231FE: hue angle of 273.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A231FE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 49 | 254 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.00 |
| HSL | 273.07º | 0.99% | 0.59% | - |
| HSV(B) | 273.07º | 0.81% | 1% | - |
| XYZ | 33.89 | 17.03 | 95.27 | - |
| YUV | 106.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 254 | 0.36 | 0.81 | 0 | 0.00 | 273.07 | 0.99 | 0.59 |
| Hex | A2 | 31 | FE | 24 | 51 | 0 | 0 | 111 | 63 | 3B |
| Octal | 242 | 61 | 376 | 44 | 121 | 0 | 0 | 421 | 143 | 73 |
| Binary | 10100010 | 110001 | 11111110 | 100100 | 1010001 | 0 | 0 | 100010001 | 1100011 | 111011 |
Color Harmonies of #A231FE
Complementary color
Monochromatic Colors of #A231FE
Black with #A231FE
Text Example
Text Example
White with #A231FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231FE; }
p { color: rgb(162,49,254); }
H1.HeaderClassName
{
color: #A231FE;
}
.AnyTagClassName
{
color: #A231FE;
}
</style>
background-color css
<style>
a { background-color: #A231FE; }
a { background-color: rgb(162,49,254); }
div.DivClassName
{
background-color: #A231FE;
}
.BgClassName
{
background-color: #A231FE;
}
</style>
border-color css
<style>
span { border-color: #A231FE; }
span { border-color: rgb(162,49,254); }
td.TdClassName
{
border-color: #A231FE;
}
.TagClassName
{
border-color: #A231FE;
}
</style>