Shades of Blue Violet #A730FA
Tints of Blue Violet #A730FA
RGB
CMYK
RGB Variations
Color information
#A730FA (or 0xA730FA) is known color: Blue Violet. HEX triplet: A7, 30 and FA. RGB value is (167,48,250). Sum of RGB (Red+Green+Blue) = 167+48+250=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #A730FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730FA is #58CF05. Grayscale: #696969. Windows color (decimal): -5820166 or 16396455. OLE color: 16396455.
HSL color Cylindrical-coordinate representation of color #A730FA: hue angle of 275.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A730FA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 48 | 250 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.02 |
| HSL | 275.35º | 0.95% | 0.58% | - |
| HSV(B) | 275.35º | 0.81% | 0.98% | - |
| XYZ | 34.25 | 17.23 | 91.96 | - |
| YUV | 106.61 | 208.92 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 250 | 0.33 | 0.81 | 0 | 0.02 | 275.35 | 0.95 | 0.58 |
| Hex | A7 | 30 | FA | 21 | 51 | 0 | 2 | 113 | 5F | 3A |
| Octal | 247 | 60 | 372 | 41 | 121 | 0 | 2 | 423 | 137 | 72 |
| Binary | 10100111 | 110000 | 11111010 | 100001 | 1010001 | 0 | 10 | 100010011 | 1011111 | 111010 |
Color Harmonies of #A730FA
Complementary color
Monochromatic Colors of #A730FA
Black with #A730FA
Text Example
Text Example
White with #A730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730FA; }
p { color: rgb(167,48,250); }
H1.HeaderClassName
{
color: #A730FA;
}
.AnyTagClassName
{
color: #A730FA;
}
</style>
background-color css
<style>
a { background-color: #A730FA; }
a { background-color: rgb(167,48,250); }
div.DivClassName
{
background-color: #A730FA;
}
.BgClassName
{
background-color: #A730FA;
}
</style>
border-color css
<style>
span { border-color: #A730FA; }
span { border-color: rgb(167,48,250); }
td.TdClassName
{
border-color: #A730FA;
}
.TagClassName
{
border-color: #A730FA;
}
</style>