Shades of Blue Violet #A537FE
Tints of Blue Violet #A537FE
RGB
CMYK
RGB Variations
Color information
#A537FE (or 0xA537FE) is known color: Blue Violet. HEX triplet: A5, 37 and FE. RGB value is (165,55,254). Sum of RGB (Red+Green+Blue) = 165+55+254=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #A537FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A537FE is #5AC801. Grayscale: #6D6D6D. Windows color (decimal): -5949442 or 16660389. OLE color: 16660389.
HSL color Cylindrical-coordinate representation of color #A537FE: hue angle of 273.17º 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 #A537FE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 55 | 254 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.00 |
| HSL | 273.17º | 0.99% | 0.61% | - |
| HSV(B) | 273.17º | 0.78% | 1% | - |
| XYZ | 34.77 | 17.89 | 95.39 | - |
| YUV | 110.58 | 208.94 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 254 | 0.35 | 0.78 | 0 | 0.00 | 273.17 | 0.99 | 0.61 |
| Hex | A5 | 37 | FE | 23 | 4E | 0 | 0 | 111 | 63 | 3D |
| Octal | 245 | 67 | 376 | 43 | 116 | 0 | 0 | 421 | 143 | 75 |
| Binary | 10100101 | 110111 | 11111110 | 100011 | 1001110 | 0 | 0 | 100010001 | 1100011 | 111101 |
Color Harmonies of #A537FE
Complementary color
Monochromatic Colors of #A537FE
Black with #A537FE
Text Example
Text Example
White with #A537FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537FE; }
p { color: rgb(165,55,254); }
H1.HeaderClassName
{
color: #A537FE;
}
.AnyTagClassName
{
color: #A537FE;
}
</style>
background-color css
<style>
a { background-color: #A537FE; }
a { background-color: rgb(165,55,254); }
div.DivClassName
{
background-color: #A537FE;
}
.BgClassName
{
background-color: #A537FE;
}
</style>
border-color css
<style>
span { border-color: #A537FE; }
span { border-color: rgb(165,55,254); }
td.TdClassName
{
border-color: #A537FE;
}
.TagClassName
{
border-color: #A537FE;
}
</style>