Shades of Blue Violet #A540EE
Tints of Blue Violet #A540EE
RGB
CMYK
RGB Variations
Color information
#A540EE (or 0xA540EE) is known color: Blue Violet. HEX triplet: A5, 40 and EE. RGB value is (165,64,238). Sum of RGB (Red+Green+Blue) = 165+64+238=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A540EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540EE is #5ABF11. Grayscale: #717171. Windows color (decimal): -5947154 or 15614117. OLE color: 15614117.
HSL color Cylindrical-coordinate representation of color #A540EE: hue angle of 274.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A540EE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 64 | 238 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.07 |
| HSL | 274.83º | 0.84% | 0.59% | - |
| HSV(B) | 274.83º | 0.73% | 0.93% | - |
| XYZ | 32.78 | 17.84 | 82.6 | - |
| YUV | 114.04 | 197.96 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 238 | 0.31 | 0.73 | 0 | 0.07 | 274.83 | 0.84 | 0.59 |
| Hex | A5 | 40 | EE | 1F | 49 | 0 | 7 | 113 | 54 | 3B |
| Octal | 245 | 100 | 356 | 37 | 111 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100101 | 1000000 | 11101110 | 11111 | 1001001 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A540EE
Complementary color
Monochromatic Colors of #A540EE
Black with #A540EE
Text Example
Text Example
White with #A540EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540EE; }
p { color: rgb(165,64,238); }
H1.HeaderClassName
{
color: #A540EE;
}
.AnyTagClassName
{
color: #A540EE;
}
</style>
background-color css
<style>
a { background-color: #A540EE; }
a { background-color: rgb(165,64,238); }
div.DivClassName
{
background-color: #A540EE;
}
.BgClassName
{
background-color: #A540EE;
}
</style>
border-color css
<style>
span { border-color: #A540EE; }
span { border-color: rgb(165,64,238); }
td.TdClassName
{
border-color: #A540EE;
}
.TagClassName
{
border-color: #A540EE;
}
</style>