Shades of Blue Violet #A743ED
Tints of Blue Violet #A743ED
RGB
CMYK
RGB Variations
Color information
#A743ED (or 0xA743ED) is known color: Blue Violet. HEX triplet: A7, 43 and ED. RGB value is (167,67,237). Sum of RGB (Red+Green+Blue) = 167+67+237=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A743ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A743ED is #58BC12. Grayscale: #737373. Windows color (decimal): -5815315 or 15549351. OLE color: 15549351.
HSL color Cylindrical-coordinate representation of color #A743ED: hue angle of 275.29º 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 #A743ED is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 67 | 237 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.07 |
| HSL | 275.29º | 0.83% | 0.6% | - |
| HSV(B) | 275.29º | 0.72% | 0.93% | - |
| XYZ | 33.23 | 18.34 | 81.91 | - |
| YUV | 116.28 | 196.13 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 237 | 0.30 | 0.72 | 0 | 0.07 | 275.29 | 0.83 | 0.6 |
| Hex | A7 | 43 | ED | 1E | 48 | 0 | 7 | 113 | 53 | 3C |
| Octal | 247 | 103 | 355 | 36 | 110 | 0 | 7 | 423 | 123 | 74 |
| Binary | 10100111 | 1000011 | 11101101 | 11110 | 1001000 | 0 | 111 | 100010011 | 1010011 | 111100 |
Color Harmonies of #A743ED
Complementary color
Monochromatic Colors of #A743ED
Black with #A743ED
Text Example
Text Example
White with #A743ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743ED; }
p { color: rgb(167,67,237); }
H1.HeaderClassName
{
color: #A743ED;
}
.AnyTagClassName
{
color: #A743ED;
}
</style>
background-color css
<style>
a { background-color: #A743ED; }
a { background-color: rgb(167,67,237); }
div.DivClassName
{
background-color: #A743ED;
}
.BgClassName
{
background-color: #A743ED;
}
</style>
border-color css
<style>
span { border-color: #A743ED; }
span { border-color: rgb(167,67,237); }
td.TdClassName
{
border-color: #A743ED;
}
.TagClassName
{
border-color: #A743ED;
}
</style>