Shades of Blue Violet #A73DED
Tints of Blue Violet #A73DED
RGB
CMYK
RGB Variations
Color information
#A73DED (or 0xA73DED) is known color: Blue Violet. HEX triplet: A7, 3D and ED. RGB value is (167,61,237). Sum of RGB (Red+Green+Blue) = 167+61+237=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A73DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73DED is #58C212. Grayscale: #707070. Windows color (decimal): -5816851 or 15547815. OLE color: 15547815.
HSL color Cylindrical-coordinate representation of color #A73DED: hue angle of 276.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73DED is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 61 | 237 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 276.14º | 0.83% | 0.58% | - |
| HSV(B) | 276.14º | 0.74% | 0.93% | - |
| XYZ | 32.89 | 17.67 | 81.8 | - |
| YUV | 112.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 237 | 0.30 | 0.74 | 0 | 0.07 | 276.14 | 0.83 | 0.58 |
| Hex | A7 | 3D | ED | 1E | 4A | 0 | 7 | 114 | 53 | 3A |
| Octal | 247 | 75 | 355 | 36 | 112 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10100111 | 111101 | 11101101 | 11110 | 1001010 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A73DED
Complementary color
Monochromatic Colors of #A73DED
Black with #A73DED
Text Example
Text Example
White with #A73DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DED; }
p { color: rgb(167,61,237); }
H1.HeaderClassName
{
color: #A73DED;
}
.AnyTagClassName
{
color: #A73DED;
}
</style>
background-color css
<style>
a { background-color: #A73DED; }
a { background-color: rgb(167,61,237); }
div.DivClassName
{
background-color: #A73DED;
}
.BgClassName
{
background-color: #A73DED;
}
</style>
border-color css
<style>
span { border-color: #A73DED; }
span { border-color: rgb(167,61,237); }
td.TdClassName
{
border-color: #A73DED;
}
.TagClassName
{
border-color: #A73DED;
}
</style>