Shades of Blue Violet #A74DFD
Tints of Blue Violet #A74DFD
RGB
CMYK
RGB Variations
Color information
#A74DFD (or 0xA74DFD) is known color: Blue Violet. HEX triplet: A7, 4D and FD. RGB value is (167,77,253). Sum of RGB (Red+Green+Blue) = 167+77+253=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A74DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DFD is #58B202. Grayscale: #7B7B7B. Windows color (decimal): -5812739 or 16600487. OLE color: 16600487.
HSL color Cylindrical-coordinate representation of color #A74DFD: hue angle of 270.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74DFD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 77 | 253 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.01 |
| HSL | 270.68º | 0.98% | 0.65% | - |
| HSV(B) | 270.68º | 0.7% | 0.99% | - |
| XYZ | 36.32 | 20.62 | 94.99 | - |
| YUV | 123.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 253 | 0.34 | 0.70 | 0 | 0.01 | 270.68 | 0.98 | 0.65 |
| Hex | A7 | 4D | FD | 22 | 46 | 0 | 1 | 10F | 62 | 41 |
| Octal | 247 | 115 | 375 | 42 | 106 | 0 | 1 | 417 | 142 | 101 |
| Binary | 10100111 | 1001101 | 11111101 | 100010 | 1000110 | 0 | 1 | 100001111 | 1100010 | 1000001 |
Color Harmonies of #A74DFD
Complementary color
Monochromatic Colors of #A74DFD
Black with #A74DFD
Text Example
Text Example
White with #A74DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DFD; }
p { color: rgb(167,77,253); }
H1.HeaderClassName
{
color: #A74DFD;
}
.AnyTagClassName
{
color: #A74DFD;
}
</style>
background-color css
<style>
a { background-color: #A74DFD; }
a { background-color: rgb(167,77,253); }
div.DivClassName
{
background-color: #A74DFD;
}
.BgClassName
{
background-color: #A74DFD;
}
</style>
border-color css
<style>
span { border-color: #A74DFD; }
span { border-color: rgb(167,77,253); }
td.TdClassName
{
border-color: #A74DFD;
}
.TagClassName
{
border-color: #A74DFD;
}
</style>