Shades of Blue Violet #A04FFD
Tints of Blue Violet #A04FFD
RGB
CMYK
RGB Variations
Color information
#A04FFD (or 0xA04FFD) is known color: Blue Violet. HEX triplet: A0, 4F and FD. RGB value is (160,79,253). Sum of RGB (Red+Green+Blue) = 160+79+253=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #A04FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFD is #5FB002. Grayscale: #7A7A7A. Windows color (decimal): -6270979 or 16600992. OLE color: 16600992.
HSL color Cylindrical-coordinate representation of color #A04FFD: hue angle of 267.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04FFD is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 79 | 253 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.01 |
| HSL | 267.93º | 0.98% | 0.65% | - |
| HSV(B) | 267.93º | 0.69% | 0.99% | - |
| XYZ | 35.02 | 20.16 | 94.97 | - |
| YUV | 123.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 253 | 0.37 | 0.69 | 0 | 0.01 | 267.93 | 0.98 | 0.65 |
| Hex | A0 | 4F | FD | 25 | 45 | 0 | 1 | 10C | 62 | 41 |
| Octal | 240 | 117 | 375 | 45 | 105 | 0 | 1 | 414 | 142 | 101 |
| Binary | 10100000 | 1001111 | 11111101 | 100101 | 1000101 | 0 | 1 | 100001100 | 1100010 | 1000001 |
Color Harmonies of #A04FFD
Complementary color
Monochromatic Colors of #A04FFD
Black with #A04FFD
Text Example
Text Example
White with #A04FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FFD; }
p { color: rgb(160,79,253); }
H1.HeaderClassName
{
color: #A04FFD;
}
.AnyTagClassName
{
color: #A04FFD;
}
</style>
background-color css
<style>
a { background-color: #A04FFD; }
a { background-color: rgb(160,79,253); }
div.DivClassName
{
background-color: #A04FFD;
}
.BgClassName
{
background-color: #A04FFD;
}
</style>
border-color css
<style>
span { border-color: #A04FFD; }
span { border-color: rgb(160,79,253); }
td.TdClassName
{
border-color: #A04FFD;
}
.TagClassName
{
border-color: #A04FFD;
}
</style>