Shades of Blue Violet #A747FF
Tints of Blue Violet #A747FF
RGB
CMYK
RGB Variations
Color information
#A747FF (or 0xA747FF) is known color: Blue Violet. HEX triplet: A7, 47 and FF. RGB value is (167,71,255). Sum of RGB (Red+Green+Blue) = 167+71+255=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #A747FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747FF is #58B800. Grayscale: #787878. Windows color (decimal): -5814273 or 16730023. OLE color: 16730023.
HSL color Cylindrical-coordinate representation of color #A747FF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A747FF is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 71 | 255 | - |
| CMYK | 0.35 | 0.72 | 0 | 0 |
| HSL | 271.3º | 1% | 0.64% | - |
| HSV(B) | 271.3º | 0.72% | 1% | - |
| XYZ | 36.24 | 19.94 | 96.55 | - |
| YUV | 120.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 255 | 0.35 | 0.72 | 0 | 0 | 271.3 | 1 | 0.64 |
| Hex | A7 | 47 | FF | 23 | 48 | 0 | 0 | 10F | 64 | 40 |
| Octal | 247 | 107 | 377 | 43 | 110 | 0 | 0 | 417 | 144 | 100 |
| Binary | 10100111 | 1000111 | 11111111 | 100011 | 1001000 | 0 | 0 | 100001111 | 1100100 | 1000000 |
Color Harmonies of #A747FF
Complementary color
Monochromatic Colors of #A747FF
Black with #A747FF
Text Example
Text Example
White with #A747FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747FF; }
p { color: rgb(167,71,255); }
H1.HeaderClassName
{
color: #A747FF;
}
.AnyTagClassName
{
color: #A747FF;
}
</style>
background-color css
<style>
a { background-color: #A747FF; }
a { background-color: rgb(167,71,255); }
div.DivClassName
{
background-color: #A747FF;
}
.BgClassName
{
background-color: #A747FF;
}
</style>
border-color css
<style>
span { border-color: #A747FF; }
span { border-color: rgb(167,71,255); }
td.TdClassName
{
border-color: #A747FF;
}
.TagClassName
{
border-color: #A747FF;
}
</style>