Shades of Blue Violet #A543ED
Tints of Blue Violet #A543ED
RGB
CMYK
RGB Variations
Color information
#A543ED (or 0xA543ED) is known color: Blue Violet. HEX triplet: A5, 43 and ED. RGB value is (165,67,237). Sum of RGB (Red+Green+Blue) = 165+67+237=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A543ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A543ED is #5ABC12. Grayscale: #737373. Windows color (decimal): -5946387 or 15549349. OLE color: 15549349.
HSL color Cylindrical-coordinate representation of color #A543ED: hue angle of 274.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A543ED is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 67 | 237 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.07 |
| HSL | 274.59º | 0.83% | 0.6% | - |
| HSV(B) | 274.59º | 0.72% | 0.93% | - |
| XYZ | 32.81 | 18.13 | 81.89 | - |
| YUV | 115.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 237 | 0.30 | 0.72 | 0 | 0.07 | 274.59 | 0.83 | 0.6 |
| Hex | A5 | 43 | ED | 1E | 48 | 0 | 7 | 113 | 53 | 3C |
| Octal | 245 | 103 | 355 | 36 | 110 | 0 | 7 | 423 | 123 | 74 |
| Binary | 10100101 | 1000011 | 11101101 | 11110 | 1001000 | 0 | 111 | 100010011 | 1010011 | 111100 |
Color Harmonies of #A543ED
Complementary color
Monochromatic Colors of #A543ED
Black with #A543ED
Text Example
Text Example
White with #A543ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543ED; }
p { color: rgb(165,67,237); }
H1.HeaderClassName
{
color: #A543ED;
}
.AnyTagClassName
{
color: #A543ED;
}
</style>
background-color css
<style>
a { background-color: #A543ED; }
a { background-color: rgb(165,67,237); }
div.DivClassName
{
background-color: #A543ED;
}
.BgClassName
{
background-color: #A543ED;
}
</style>
border-color css
<style>
span { border-color: #A543ED; }
span { border-color: rgb(165,67,237); }
td.TdClassName
{
border-color: #A543ED;
}
.TagClassName
{
border-color: #A543ED;
}
</style>