Shades of Blue Violet #A74CFF
Tints of Blue Violet #A74CFF
RGB
CMYK
RGB Variations
Color information
#A74CFF (or 0xA74CFF) is known color: Blue Violet. HEX triplet: A7, 4C and FF. RGB value is (167,76,255). Sum of RGB (Red+Green+Blue) = 167+76+255=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #A74CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CFF is #58B300. Grayscale: #7A7A7A. Windows color (decimal): -5812993 or 16731303. OLE color: 16731303.
HSL color Cylindrical-coordinate representation of color #A74CFF: hue angle of 270.5º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74CFF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 76 | 255 | - |
| CMYK | 0.35 | 0.70 | 0 | 0 |
| HSL | 270.5º | 1% | 0.65% | - |
| HSV(B) | 270.5º | 0.7% | 1% | - |
| XYZ | 36.57 | 20.6 | 96.66 | - |
| YUV | 123.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 255 | 0.35 | 0.70 | 0 | 0 | 270.5 | 1 | 0.65 |
| Hex | A7 | 4C | FF | 23 | 46 | 0 | 0 | 10F | 64 | 41 |
| Octal | 247 | 114 | 377 | 43 | 106 | 0 | 0 | 417 | 144 | 101 |
| Binary | 10100111 | 1001100 | 11111111 | 100011 | 1000110 | 0 | 0 | 100001111 | 1100100 | 1000001 |
Color Harmonies of #A74CFF
Complementary color
Monochromatic Colors of #A74CFF
Black with #A74CFF
Text Example
Text Example
White with #A74CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CFF; }
p { color: rgb(167,76,255); }
H1.HeaderClassName
{
color: #A74CFF;
}
.AnyTagClassName
{
color: #A74CFF;
}
</style>
background-color css
<style>
a { background-color: #A74CFF; }
a { background-color: rgb(167,76,255); }
div.DivClassName
{
background-color: #A74CFF;
}
.BgClassName
{
background-color: #A74CFF;
}
</style>
border-color css
<style>
span { border-color: #A74CFF; }
span { border-color: rgb(167,76,255); }
td.TdClassName
{
border-color: #A74CFF;
}
.TagClassName
{
border-color: #A74CFF;
}
</style>