Shades of Blue Violet #A543EB
Tints of Blue Violet #A543EB
RGB
CMYK
RGB Variations
Color information
#A543EB (or 0xA543EB) is known color: Blue Violet. HEX triplet: A5, 43 and EB. RGB value is (165,67,235). Sum of RGB (Red+Green+Blue) = 165+67+235=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #A543EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A543EB is #5ABC14. Grayscale: #727272. Windows color (decimal): -5946389 or 15418277. OLE color: 15418277.
HSL color Cylindrical-coordinate representation of color #A543EB: hue angle of 275º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A543EB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 67 | 235 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.08 |
| HSL | 275º | 0.81% | 0.59% | - |
| HSV(B) | 275º | 0.71% | 0.92% | - |
| XYZ | 32.52 | 18.01 | 80.36 | - |
| YUV | 115.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 235 | 0.30 | 0.71 | 0 | 0.08 | 275 | 0.81 | 0.59 |
| Hex | A5 | 43 | EB | 1E | 47 | 0 | 8 | 113 | 51 | 3B |
| Octal | 245 | 103 | 353 | 36 | 107 | 0 | 10 | 423 | 121 | 73 |
| Binary | 10100101 | 1000011 | 11101011 | 11110 | 1000111 | 0 | 1000 | 100010011 | 1010001 | 111011 |
Color Harmonies of #A543EB
Complementary color
Monochromatic Colors of #A543EB
Black with #A543EB
Text Example
Text Example
White with #A543EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543EB; }
p { color: rgb(165,67,235); }
H1.HeaderClassName
{
color: #A543EB;
}
.AnyTagClassName
{
color: #A543EB;
}
</style>
background-color css
<style>
a { background-color: #A543EB; }
a { background-color: rgb(165,67,235); }
div.DivClassName
{
background-color: #A543EB;
}
.BgClassName
{
background-color: #A543EB;
}
</style>
border-color css
<style>
span { border-color: #A543EB; }
span { border-color: rgb(165,67,235); }
td.TdClassName
{
border-color: #A543EB;
}
.TagClassName
{
border-color: #A543EB;
}
</style>