Shades of Blue Violet #A74CFE
Tints of Blue Violet #A74CFE
RGB
CMYK
RGB Variations
Color information
#A74CFE (or 0xA74CFE) is known color: Blue Violet. HEX triplet: A7, 4C and FE. RGB value is (167,76,254). Sum of RGB (Red+Green+Blue) = 167+76+254=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #A74CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CFE is #58B301. Grayscale: #7A7A7A. Windows color (decimal): -5812994 or 16665767. OLE color: 16665767.
HSL color Cylindrical-coordinate representation of color #A74CFE: hue angle of 270.67º 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 #A74CFE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 76 | 254 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.00 |
| HSL | 270.67º | 0.99% | 0.65% | - |
| HSV(B) | 270.67º | 0.7% | 1% | - |
| XYZ | 36.41 | 20.54 | 95.81 | - |
| YUV | 123.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 254 | 0.34 | 0.70 | 0 | 0.00 | 270.67 | 0.99 | 0.65 |
| Hex | A7 | 4C | FE | 22 | 46 | 0 | 0 | 10F | 63 | 41 |
| Octal | 247 | 114 | 376 | 42 | 106 | 0 | 0 | 417 | 143 | 101 |
| Binary | 10100111 | 1001100 | 11111110 | 100010 | 1000110 | 0 | 0 | 100001111 | 1100011 | 1000001 |
Color Harmonies of #A74CFE
Complementary color
Monochromatic Colors of #A74CFE
Black with #A74CFE
Text Example
Text Example
White with #A74CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CFE; }
p { color: rgb(167,76,254); }
H1.HeaderClassName
{
color: #A74CFE;
}
.AnyTagClassName
{
color: #A74CFE;
}
</style>
background-color css
<style>
a { background-color: #A74CFE; }
a { background-color: rgb(167,76,254); }
div.DivClassName
{
background-color: #A74CFE;
}
.BgClassName
{
background-color: #A74CFE;
}
</style>
border-color css
<style>
span { border-color: #A74CFE; }
span { border-color: rgb(167,76,254); }
td.TdClassName
{
border-color: #A74CFE;
}
.TagClassName
{
border-color: #A74CFE;
}
</style>