Shades of Blue Violet #A747FA
Tints of Blue Violet #A747FA
RGB
CMYK
RGB Variations
Color information
#A747FA (or 0xA747FA) is known color: Blue Violet. HEX triplet: A7, 47 and FA. RGB value is (167,71,250). Sum of RGB (Red+Green+Blue) = 167+71+250=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #A747FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747FA is #58B805. Grayscale: #777777. Windows color (decimal): -5814278 or 16402343. OLE color: 16402343.
HSL color Cylindrical-coordinate representation of color #A747FA: hue angle of 272.18º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A747FA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 71 | 250 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.02 |
| HSL | 272.18º | 0.95% | 0.63% | - |
| HSV(B) | 272.18º | 0.72% | 0.98% | - |
| XYZ | 35.44 | 19.62 | 92.36 | - |
| YUV | 120.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 250 | 0.33 | 0.72 | 0 | 0.02 | 272.18 | 0.95 | 0.63 |
| Hex | A7 | 47 | FA | 21 | 48 | 0 | 2 | 110 | 5F | 3F |
| Octal | 247 | 107 | 372 | 41 | 110 | 0 | 2 | 420 | 137 | 77 |
| Binary | 10100111 | 1000111 | 11111010 | 100001 | 1001000 | 0 | 10 | 100010000 | 1011111 | 111111 |
Color Harmonies of #A747FA
Complementary color
Monochromatic Colors of #A747FA
Black with #A747FA
Text Example
Text Example
White with #A747FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747FA; }
p { color: rgb(167,71,250); }
H1.HeaderClassName
{
color: #A747FA;
}
.AnyTagClassName
{
color: #A747FA;
}
</style>
background-color css
<style>
a { background-color: #A747FA; }
a { background-color: rgb(167,71,250); }
div.DivClassName
{
background-color: #A747FA;
}
.BgClassName
{
background-color: #A747FA;
}
</style>
border-color css
<style>
span { border-color: #A747FA; }
span { border-color: rgb(167,71,250); }
td.TdClassName
{
border-color: #A747FA;
}
.TagClassName
{
border-color: #A747FA;
}
</style>