Shades of Blue Violet #A730ED
Tints of Blue Violet #A730ED
RGB
CMYK
RGB Variations
Color information
#A730ED (or 0xA730ED) is known color: Blue Violet. HEX triplet: A7, 30 and ED. RGB value is (167,48,237). Sum of RGB (Red+Green+Blue) = 167+48+237=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #A730ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730ED is #58CF12. Grayscale: #686868. Windows color (decimal): -5820179 or 15544487. OLE color: 15544487.
HSL color Cylindrical-coordinate representation of color #A730ED: hue angle of 277.78º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A730ED is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 48 | 237 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.78º | 0.84% | 0.56% | - |
| HSV(B) | 277.78º | 0.8% | 0.93% | - |
| XYZ | 32.28 | 16.44 | 81.59 | - |
| YUV | 105.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 237 | 0.30 | 0.80 | 0 | 0.07 | 277.78 | 0.84 | 0.56 |
| Hex | A7 | 30 | ED | 1E | 50 | 0 | 7 | 116 | 54 | 38 |
| Octal | 247 | 60 | 355 | 36 | 120 | 0 | 7 | 426 | 124 | 70 |
| Binary | 10100111 | 110000 | 11101101 | 11110 | 1010000 | 0 | 111 | 100010110 | 1010100 | 111000 |
Color Harmonies of #A730ED
Complementary color
Monochromatic Colors of #A730ED
Black with #A730ED
Text Example
Text Example
White with #A730ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730ED; }
p { color: rgb(167,48,237); }
H1.HeaderClassName
{
color: #A730ED;
}
.AnyTagClassName
{
color: #A730ED;
}
</style>
background-color css
<style>
a { background-color: #A730ED; }
a { background-color: rgb(167,48,237); }
div.DivClassName
{
background-color: #A730ED;
}
.BgClassName
{
background-color: #A730ED;
}
</style>
border-color css
<style>
span { border-color: #A730ED; }
span { border-color: rgb(167,48,237); }
td.TdClassName
{
border-color: #A730ED;
}
.TagClassName
{
border-color: #A730ED;
}
</style>