Shades of Blue Violet #A74DFE
Tints of Blue Violet #A74DFE
RGB
CMYK
RGB Variations
Color information
#A74DFE (or 0xA74DFE) is known color: Blue Violet. HEX triplet: A7, 4D and FE. RGB value is (167,77,254). Sum of RGB (Red+Green+Blue) = 167+77+254=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #A74DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DFE is #58B201. Grayscale: #7B7B7B. Windows color (decimal): -5812738 or 16666023. OLE color: 16666023.
HSL color Cylindrical-coordinate representation of color #A74DFE: hue angle of 270.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74DFE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 77 | 254 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.00 |
| HSL | 270.51º | 0.99% | 0.65% | - |
| HSV(B) | 270.51º | 0.7% | 1% | - |
| XYZ | 36.48 | 20.68 | 95.83 | - |
| YUV | 124.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 254 | 0.34 | 0.70 | 0 | 0.00 | 270.51 | 0.99 | 0.65 |
| Hex | A7 | 4D | FE | 22 | 46 | 0 | 0 | 10F | 63 | 41 |
| Octal | 247 | 115 | 376 | 42 | 106 | 0 | 0 | 417 | 143 | 101 |
| Binary | 10100111 | 1001101 | 11111110 | 100010 | 1000110 | 0 | 0 | 100001111 | 1100011 | 1000001 |
Color Harmonies of #A74DFE
Complementary color
Monochromatic Colors of #A74DFE
Black with #A74DFE
Text Example
Text Example
White with #A74DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DFE; }
p { color: rgb(167,77,254); }
H1.HeaderClassName
{
color: #A74DFE;
}
.AnyTagClassName
{
color: #A74DFE;
}
</style>
background-color css
<style>
a { background-color: #A74DFE; }
a { background-color: rgb(167,77,254); }
div.DivClassName
{
background-color: #A74DFE;
}
.BgClassName
{
background-color: #A74DFE;
}
</style>
border-color css
<style>
span { border-color: #A74DFE; }
span { border-color: rgb(167,77,254); }
td.TdClassName
{
border-color: #A74DFE;
}
.TagClassName
{
border-color: #A74DFE;
}
</style>