Shades of Blue Violet #A541ED
Tints of Blue Violet #A541ED
RGB
CMYK
RGB Variations
Color information
#A541ED (or 0xA541ED) is known color: Blue Violet. HEX triplet: A5, 41 and ED. RGB value is (165,65,237). Sum of RGB (Red+Green+Blue) = 165+65+237=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A541ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541ED is #5ABE12. Grayscale: #717171. Windows color (decimal): -5946899 or 15548837. OLE color: 15548837.
HSL color Cylindrical-coordinate representation of color #A541ED: hue angle of 274.88º degrees, saturation: 0.83, 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 #A541ED is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 65 | 237 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 274.88º | 0.83% | 0.59% | - |
| HSV(B) | 274.88º | 0.73% | 0.93% | - |
| XYZ | 32.69 | 17.89 | 81.85 | - |
| YUV | 114.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 237 | 0.30 | 0.73 | 0 | 0.07 | 274.88 | 0.83 | 0.59 |
| Hex | A5 | 41 | ED | 1E | 49 | 0 | 7 | 113 | 53 | 3B |
| Octal | 245 | 101 | 355 | 36 | 111 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100101 | 1000001 | 11101101 | 11110 | 1001001 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A541ED
Complementary color
Monochromatic Colors of #A541ED
Black with #A541ED
Text Example
Text Example
White with #A541ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541ED; }
p { color: rgb(165,65,237); }
H1.HeaderClassName
{
color: #A541ED;
}
.AnyTagClassName
{
color: #A541ED;
}
</style>
background-color css
<style>
a { background-color: #A541ED; }
a { background-color: rgb(165,65,237); }
div.DivClassName
{
background-color: #A541ED;
}
.BgClassName
{
background-color: #A541ED;
}
</style>
border-color css
<style>
span { border-color: #A541ED; }
span { border-color: rgb(165,65,237); }
td.TdClassName
{
border-color: #A541ED;
}
.TagClassName
{
border-color: #A541ED;
}
</style>