Shades of Blue Violet #A74AF8
Tints of Blue Violet #A74AF8
RGB
CMYK
RGB Variations
Color information
#A74AF8 (or 0xA74AF8) is known color: Blue Violet. HEX triplet: A7, 4A and F8. RGB value is (167,74,248). Sum of RGB (Red+Green+Blue) = 167+74+248=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #A74AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AF8 is #58B507. Grayscale: #797979. Windows color (decimal): -5813512 or 16272039. OLE color: 16272039.
HSL color Cylindrical-coordinate representation of color #A74AF8: hue angle of 272.07º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74AF8 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 74 | 248 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.03 |
| HSL | 272.07º | 0.93% | 0.63% | - |
| HSV(B) | 272.07º | 0.7% | 0.97% | - |
| XYZ | 35.33 | 19.89 | 90.78 | - |
| YUV | 121.64 | 199.31 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 248 | 0.33 | 0.70 | 0 | 0.03 | 272.07 | 0.93 | 0.63 |
| Hex | A7 | 4A | F8 | 21 | 46 | 0 | 3 | 110 | 5D | 3F |
| Octal | 247 | 112 | 370 | 41 | 106 | 0 | 3 | 420 | 135 | 77 |
| Binary | 10100111 | 1001010 | 11111000 | 100001 | 1000110 | 0 | 11 | 100010000 | 1011101 | 111111 |
Color Harmonies of #A74AF8
Complementary color
Monochromatic Colors of #A74AF8
Black with #A74AF8
Text Example
Text Example
White with #A74AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AF8; }
p { color: rgb(167,74,248); }
H1.HeaderClassName
{
color: #A74AF8;
}
.AnyTagClassName
{
color: #A74AF8;
}
</style>
background-color css
<style>
a { background-color: #A74AF8; }
a { background-color: rgb(167,74,248); }
div.DivClassName
{
background-color: #A74AF8;
}
.BgClassName
{
background-color: #A74AF8;
}
</style>
border-color css
<style>
span { border-color: #A74AF8; }
span { border-color: rgb(167,74,248); }
td.TdClassName
{
border-color: #A74AF8;
}
.TagClassName
{
border-color: #A74AF8;
}
</style>