Shades of Medium Purple #A764FC
Tints of Medium Purple #A764FC
RGB
CMYK
RGB Variations
Color information
#A764FC (or 0xA764FC) is known color: Medium Purple. HEX triplet: A7, 64 and FC. RGB value is (167,100,252). Sum of RGB (Red+Green+Blue) = 167+100+252=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #A764FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764FC is #589B03. Grayscale: #888888. Windows color (decimal): -5806852 or 16540839. OLE color: 16540839.
HSL color Cylindrical-coordinate representation of color #A764FC: hue angle of 266.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A764FC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 100 | 252 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 266.45º | 0.96% | 0.69% | - |
| HSV(B) | 266.45º | 0.6% | 0.99% | - |
| XYZ | 38.06 | 24.36 | 94.79 | - |
| YUV | 137.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 252 | 0.34 | 0.60 | 0 | 0.01 | 266.45 | 0.96 | 0.69 |
| Hex | A7 | 64 | FC | 22 | 3C | 0 | 1 | 10A | 60 | 45 |
| Octal | 247 | 144 | 374 | 42 | 74 | 0 | 1 | 412 | 140 | 105 |
| Binary | 10100111 | 1100100 | 11111100 | 100010 | 111100 | 0 | 1 | 100001010 | 1100000 | 1000101 |
Color Harmonies of #A764FC
Complementary color
Monochromatic Colors of #A764FC
Black with #A764FC
Text Example
Text Example
White with #A764FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764FC; }
p { color: rgb(167,100,252); }
H1.HeaderClassName
{
color: #A764FC;
}
.AnyTagClassName
{
color: #A764FC;
}
</style>
background-color css
<style>
a { background-color: #A764FC; }
a { background-color: rgb(167,100,252); }
div.DivClassName
{
background-color: #A764FC;
}
.BgClassName
{
background-color: #A764FC;
}
</style>
border-color css
<style>
span { border-color: #A764FC; }
span { border-color: rgb(167,100,252); }
td.TdClassName
{
border-color: #A764FC;
}
.TagClassName
{
border-color: #A764FC;
}
</style>