Shades of Blue Violet #A540EB
Tints of Blue Violet #A540EB
RGB
CMYK
RGB Variations
Color information
#A540EB (or 0xA540EB) is known color: Blue Violet. HEX triplet: A5, 40 and EB. RGB value is (165,64,235). Sum of RGB (Red+Green+Blue) = 165+64+235=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #A540EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540EB is #5ABF14. Grayscale: #717171. Windows color (decimal): -5947157 or 15417509. OLE color: 15417509.
HSL color Cylindrical-coordinate representation of color #A540EB: hue angle of 275.44º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A540EB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 64 | 235 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.08 |
| HSL | 275.44º | 0.81% | 0.59% | - |
| HSV(B) | 275.44º | 0.73% | 0.92% | - |
| XYZ | 32.35 | 17.66 | 80.3 | - |
| YUV | 113.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 235 | 0.30 | 0.73 | 0 | 0.08 | 275.44 | 0.81 | 0.59 |
| Hex | A5 | 40 | EB | 1E | 49 | 0 | 8 | 113 | 51 | 3B |
| Octal | 245 | 100 | 353 | 36 | 111 | 0 | 10 | 423 | 121 | 73 |
| Binary | 10100101 | 1000000 | 11101011 | 11110 | 1001001 | 0 | 1000 | 100010011 | 1010001 | 111011 |
Color Harmonies of #A540EB
Complementary color
Monochromatic Colors of #A540EB
Black with #A540EB
Text Example
Text Example
White with #A540EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540EB; }
p { color: rgb(165,64,235); }
H1.HeaderClassName
{
color: #A540EB;
}
.AnyTagClassName
{
color: #A540EB;
}
</style>
background-color css
<style>
a { background-color: #A540EB; }
a { background-color: rgb(165,64,235); }
div.DivClassName
{
background-color: #A540EB;
}
.BgClassName
{
background-color: #A540EB;
}
</style>
border-color css
<style>
span { border-color: #A540EB; }
span { border-color: rgb(165,64,235); }
td.TdClassName
{
border-color: #A540EB;
}
.TagClassName
{
border-color: #A540EB;
}
</style>