Shades of Blue Violet #A74AFE
Tints of Blue Violet #A74AFE
RGB
CMYK
RGB Variations
Color information
#A74AFE (or 0xA74AFE) is known color: Blue Violet. HEX triplet: A7, 4A and FE. RGB value is (167,74,254). Sum of RGB (Red+Green+Blue) = 167+74+254=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A74AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AFE is #58B501. Grayscale: #797979. Windows color (decimal): -5813506 or 16665255. OLE color: 16665255.
HSL color Cylindrical-coordinate representation of color #A74AFE: hue angle of 271º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A74AFE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 74 | 254 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.00 |
| HSL | 271º | 0.99% | 0.64% | - |
| HSV(B) | 271º | 0.71% | 1% | - |
| XYZ | 36.27 | 20.27 | 95.77 | - |
| YUV | 122.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 254 | 0.34 | 0.71 | 0 | 0.00 | 271 | 0.99 | 0.64 |
| Hex | A7 | 4A | FE | 22 | 47 | 0 | 0 | 10F | 63 | 40 |
| Octal | 247 | 112 | 376 | 42 | 107 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10100111 | 1001010 | 11111110 | 100010 | 1000111 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A74AFE
Complementary color
Monochromatic Colors of #A74AFE
Black with #A74AFE
Text Example
Text Example
White with #A74AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AFE; }
p { color: rgb(167,74,254); }
H1.HeaderClassName
{
color: #A74AFE;
}
.AnyTagClassName
{
color: #A74AFE;
}
</style>
background-color css
<style>
a { background-color: #A74AFE; }
a { background-color: rgb(167,74,254); }
div.DivClassName
{
background-color: #A74AFE;
}
.BgClassName
{
background-color: #A74AFE;
}
</style>
border-color css
<style>
span { border-color: #A74AFE; }
span { border-color: rgb(167,74,254); }
td.TdClassName
{
border-color: #A74AFE;
}
.TagClassName
{
border-color: #A74AFE;
}
</style>