Shades of Blue Violet #A74CFB
Tints of Blue Violet #A74CFB
RGB
CMYK
RGB Variations
Color information
#A74CFB (or 0xA74CFB) is known color: Blue Violet. HEX triplet: A7, 4C and FB. RGB value is (167,76,251). Sum of RGB (Red+Green+Blue) = 167+76+251=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A74CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CFB is #58B304. Grayscale: #7A7A7A. Windows color (decimal): -5812997 or 16469159. OLE color: 16469159.
HSL color Cylindrical-coordinate representation of color #A74CFB: hue angle of 271.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74CFB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 76 | 251 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.02 |
| HSL | 271.2º | 0.96% | 0.64% | - |
| HSV(B) | 271.2º | 0.7% | 0.98% | - |
| XYZ | 35.93 | 20.35 | 93.3 | - |
| YUV | 123.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 251 | 0.33 | 0.70 | 0 | 0.02 | 271.2 | 0.96 | 0.64 |
| Hex | A7 | 4C | FB | 21 | 46 | 0 | 2 | 10F | 60 | 40 |
| Octal | 247 | 114 | 373 | 41 | 106 | 0 | 2 | 417 | 140 | 100 |
| Binary | 10100111 | 1001100 | 11111011 | 100001 | 1000110 | 0 | 10 | 100001111 | 1100000 | 1000000 |
Color Harmonies of #A74CFB
Complementary color
Monochromatic Colors of #A74CFB
Black with #A74CFB
Text Example
Text Example
White with #A74CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CFB; }
p { color: rgb(167,76,251); }
H1.HeaderClassName
{
color: #A74CFB;
}
.AnyTagClassName
{
color: #A74CFB;
}
</style>
background-color css
<style>
a { background-color: #A74CFB; }
a { background-color: rgb(167,76,251); }
div.DivClassName
{
background-color: #A74CFB;
}
.BgClassName
{
background-color: #A74CFB;
}
</style>
border-color css
<style>
span { border-color: #A74CFB; }
span { border-color: rgb(167,76,251); }
td.TdClassName
{
border-color: #A74CFB;
}
.TagClassName
{
border-color: #A74CFB;
}
</style>