Shades of Blue Violet #A237FE
Tints of Blue Violet #A237FE
RGB
CMYK
RGB Variations
Color information
#A237FE (or 0xA237FE) is known color: Blue Violet. HEX triplet: A2, 37 and FE. RGB value is (162,55,254). Sum of RGB (Red+Green+Blue) = 162+55+254=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #A237FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A237FE is #5DC801. Grayscale: #6C6C6C. Windows color (decimal): -6146050 or 16660386. OLE color: 16660386.
HSL color Cylindrical-coordinate representation of color #A237FE: hue angle of 272.26º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A237FE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 55 | 254 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.00 |
| HSL | 272.26º | 0.99% | 0.61% | - |
| HSV(B) | 272.26º | 0.78% | 1% | - |
| XYZ | 34.16 | 17.57 | 95.36 | - |
| YUV | 109.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 254 | 0.36 | 0.78 | 0 | 0.00 | 272.26 | 0.99 | 0.61 |
| Hex | A2 | 37 | FE | 24 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 242 | 67 | 376 | 44 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100010 | 110111 | 11111110 | 100100 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A237FE
Complementary color
Monochromatic Colors of #A237FE
Black with #A237FE
Text Example
Text Example
White with #A237FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237FE; }
p { color: rgb(162,55,254); }
H1.HeaderClassName
{
color: #A237FE;
}
.AnyTagClassName
{
color: #A237FE;
}
</style>
background-color css
<style>
a { background-color: #A237FE; }
a { background-color: rgb(162,55,254); }
div.DivClassName
{
background-color: #A237FE;
}
.BgClassName
{
background-color: #A237FE;
}
</style>
border-color css
<style>
span { border-color: #A237FE; }
span { border-color: rgb(162,55,254); }
td.TdClassName
{
border-color: #A237FE;
}
.TagClassName
{
border-color: #A237FE;
}
</style>