Shades of Blue Violet #A742ED
Tints of Blue Violet #A742ED
RGB
CMYK
RGB Variations
Color information
#A742ED (or 0xA742ED) is known color: Blue Violet. HEX triplet: A7, 42 and ED. RGB value is (167,66,237). Sum of RGB (Red+Green+Blue) = 167+66+237=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #A742ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742ED is #58BD12. Grayscale: #737373. Windows color (decimal): -5815571 or 15549095. OLE color: 15549095.
HSL color Cylindrical-coordinate representation of color #A742ED: hue angle of 275.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A742ED is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 66 | 237 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.07 |
| HSL | 275.44º | 0.83% | 0.59% | - |
| HSV(B) | 275.44º | 0.72% | 0.93% | - |
| XYZ | 33.17 | 18.23 | 81.89 | - |
| YUV | 115.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 237 | 0.30 | 0.72 | 0 | 0.07 | 275.44 | 0.83 | 0.59 |
| Hex | A7 | 42 | ED | 1E | 48 | 0 | 7 | 113 | 53 | 3B |
| Octal | 247 | 102 | 355 | 36 | 110 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100111 | 1000010 | 11101101 | 11110 | 1001000 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A742ED
Complementary color
Monochromatic Colors of #A742ED
Black with #A742ED
Text Example
Text Example
White with #A742ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742ED; }
p { color: rgb(167,66,237); }
H1.HeaderClassName
{
color: #A742ED;
}
.AnyTagClassName
{
color: #A742ED;
}
</style>
background-color css
<style>
a { background-color: #A742ED; }
a { background-color: rgb(167,66,237); }
div.DivClassName
{
background-color: #A742ED;
}
.BgClassName
{
background-color: #A742ED;
}
</style>
border-color css
<style>
span { border-color: #A742ED; }
span { border-color: rgb(167,66,237); }
td.TdClassName
{
border-color: #A742ED;
}
.TagClassName
{
border-color: #A742ED;
}
</style>