Shades of Blue Violet #A730FF
Tints of Blue Violet #A730FF
RGB
CMYK
RGB Variations
Color information
#A730FF (or 0xA730FF) is known color: Blue Violet. HEX triplet: A7, 30 and FF. RGB value is (167,48,255). Sum of RGB (Red+Green+Blue) = 167+48+255=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #A730FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730FF is #58CF00. Grayscale: #6A6A6A. Windows color (decimal): -5820161 or 16724135. OLE color: 16724135.
HSL color Cylindrical-coordinate representation of color #A730FF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A730FF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 48 | 255 | - |
| CMYK | 0.35 | 0.81 | 0 | 0 |
| HSL | 274.49º | 1% | 0.59% | - |
| HSV(B) | 274.49º | 0.81% | 1% | - |
| XYZ | 35.04 | 17.55 | 96.15 | - |
| YUV | 107.18 | 211.42 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 255 | 0.35 | 0.81 | 0 | 0 | 274.49 | 1 | 0.59 |
| Hex | A7 | 30 | FF | 23 | 51 | 0 | 0 | 112 | 64 | 3B |
| Octal | 247 | 60 | 377 | 43 | 121 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100111 | 110000 | 11111111 | 100011 | 1010001 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A730FF
Complementary color
Monochromatic Colors of #A730FF
Black with #A730FF
Text Example
Text Example
White with #A730FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730FF; }
p { color: rgb(167,48,255); }
H1.HeaderClassName
{
color: #A730FF;
}
.AnyTagClassName
{
color: #A730FF;
}
</style>
background-color css
<style>
a { background-color: #A730FF; }
a { background-color: rgb(167,48,255); }
div.DivClassName
{
background-color: #A730FF;
}
.BgClassName
{
background-color: #A730FF;
}
</style>
border-color css
<style>
span { border-color: #A730FF; }
span { border-color: rgb(167,48,255); }
td.TdClassName
{
border-color: #A730FF;
}
.TagClassName
{
border-color: #A730FF;
}
</style>