Shades of Blue Violet #A547FC
Tints of Blue Violet #A547FC
RGB
CMYK
RGB Variations
Color information
#A547FC (or 0xA547FC) is known color: Blue Violet. HEX triplet: A5, 47 and FC. RGB value is (165,71,252). Sum of RGB (Red+Green+Blue) = 165+71+252=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #A547FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547FC is #5AB803. Grayscale: #777777. Windows color (decimal): -5945348 or 16533413. OLE color: 16533413.
HSL color Cylindrical-coordinate representation of color #A547FC: hue angle of 271.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A547FC is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 71 | 252 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.01 |
| HSL | 271.16º | 0.97% | 0.63% | - |
| HSV(B) | 271.16º | 0.72% | 0.99% | - |
| XYZ | 35.34 | 19.53 | 94 | - |
| YUV | 119.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 252 | 0.35 | 0.72 | 0 | 0.01 | 271.16 | 0.97 | 0.63 |
| Hex | A5 | 47 | FC | 23 | 48 | 0 | 1 | 10F | 61 | 3F |
| Octal | 245 | 107 | 374 | 43 | 110 | 0 | 1 | 417 | 141 | 77 |
| Binary | 10100101 | 1000111 | 11111100 | 100011 | 1001000 | 0 | 1 | 100001111 | 1100001 | 111111 |
Color Harmonies of #A547FC
Complementary color
Monochromatic Colors of #A547FC
Black with #A547FC
Text Example
Text Example
White with #A547FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547FC; }
p { color: rgb(165,71,252); }
H1.HeaderClassName
{
color: #A547FC;
}
.AnyTagClassName
{
color: #A547FC;
}
</style>
background-color css
<style>
a { background-color: #A547FC; }
a { background-color: rgb(165,71,252); }
div.DivClassName
{
background-color: #A547FC;
}
.BgClassName
{
background-color: #A547FC;
}
</style>
border-color css
<style>
span { border-color: #A547FC; }
span { border-color: rgb(165,71,252); }
td.TdClassName
{
border-color: #A547FC;
}
.TagClassName
{
border-color: #A547FC;
}
</style>