Shades of Blue Violet #A543EF
Tints of Blue Violet #A543EF
RGB
CMYK
RGB Variations
Color information
#A543EF (or 0xA543EF) is known color: Blue Violet. HEX triplet: A5, 43 and EF. RGB value is (165,67,239). Sum of RGB (Red+Green+Blue) = 165+67+239=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #A543EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A543EF is #5ABC10. Grayscale: #737373. Windows color (decimal): -5946385 or 15680421. OLE color: 15680421.
HSL color Cylindrical-coordinate representation of color #A543EF: hue angle of 274.19º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A543EF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 67 | 239 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.06 |
| HSL | 274.19º | 0.84% | 0.6% | - |
| HSV(B) | 274.19º | 0.72% | 0.94% | - |
| XYZ | 33.1 | 18.25 | 83.44 | - |
| YUV | 115.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 239 | 0.31 | 0.72 | 0 | 0.06 | 274.19 | 0.84 | 0.6 |
| Hex | A5 | 43 | EF | 1F | 48 | 0 | 6 | 112 | 54 | 3C |
| Octal | 245 | 103 | 357 | 37 | 110 | 0 | 6 | 422 | 124 | 74 |
| Binary | 10100101 | 1000011 | 11101111 | 11111 | 1001000 | 0 | 110 | 100010010 | 1010100 | 111100 |
Color Harmonies of #A543EF
Complementary color
Monochromatic Colors of #A543EF
Black with #A543EF
Text Example
Text Example
White with #A543EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543EF; }
p { color: rgb(165,67,239); }
H1.HeaderClassName
{
color: #A543EF;
}
.AnyTagClassName
{
color: #A543EF;
}
</style>
background-color css
<style>
a { background-color: #A543EF; }
a { background-color: rgb(165,67,239); }
div.DivClassName
{
background-color: #A543EF;
}
.BgClassName
{
background-color: #A543EF;
}
</style>
border-color css
<style>
span { border-color: #A543EF; }
span { border-color: rgb(165,67,239); }
td.TdClassName
{
border-color: #A543EF;
}
.TagClassName
{
border-color: #A543EF;
}
</style>