Shades of Blue Violet #A730F7
Tints of Blue Violet #A730F7
RGB
CMYK
RGB Variations
Color information
#A730F7 (or 0xA730F7) is known color: Blue Violet. HEX triplet: A7, 30 and F7. RGB value is (167,48,247). Sum of RGB (Red+Green+Blue) = 167+48+247=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #A730F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730F7 is #58CF08. Grayscale: #696969. Windows color (decimal): -5820169 or 16199847. OLE color: 16199847.
HSL color Cylindrical-coordinate representation of color #A730F7: hue angle of 275.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A730F7 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 48 | 247 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.03 |
| HSL | 275.88º | 0.93% | 0.58% | - |
| HSV(B) | 275.88º | 0.81% | 0.97% | - |
| XYZ | 33.78 | 17.04 | 89.51 | - |
| YUV | 106.27 | 207.42 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 247 | 0.32 | 0.81 | 0 | 0.03 | 275.88 | 0.93 | 0.58 |
| Hex | A7 | 30 | F7 | 20 | 51 | 0 | 3 | 114 | 5D | 3A |
| Octal | 247 | 60 | 367 | 40 | 121 | 0 | 3 | 424 | 135 | 72 |
| Binary | 10100111 | 110000 | 11110111 | 100000 | 1010001 | 0 | 11 | 100010100 | 1011101 | 111010 |
Color Harmonies of #A730F7
Complementary color
Monochromatic Colors of #A730F7
Black with #A730F7
Text Example
Text Example
White with #A730F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730F7; }
p { color: rgb(167,48,247); }
H1.HeaderClassName
{
color: #A730F7;
}
.AnyTagClassName
{
color: #A730F7;
}
</style>
background-color css
<style>
a { background-color: #A730F7; }
a { background-color: rgb(167,48,247); }
div.DivClassName
{
background-color: #A730F7;
}
.BgClassName
{
background-color: #A730F7;
}
</style>
border-color css
<style>
span { border-color: #A730F7; }
span { border-color: rgb(167,48,247); }
td.TdClassName
{
border-color: #A730F7;
}
.TagClassName
{
border-color: #A730F7;
}
</style>