Shades of Medium Purple #A47FF2
Tints of Medium Purple #A47FF2
RGB
CMYK
RGB Variations
Color information
#A47FF2 (or 0xA47FF2) is known color: Medium Purple. HEX triplet: A4, 7F and F2. RGB value is (164,127,242). Sum of RGB (Red+Green+Blue) = 164+127+242=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A47FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FF2 is #5B800D. Grayscale: #969696. Windows color (decimal): -5996558 or 15892388. OLE color: 15892388.
HSL color Cylindrical-coordinate representation of color #A47FF2: hue angle of 259.3º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47FF2 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 127 | 242 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.05 |
| HSL | 259.3º | 0.82% | 0.72% | - |
| HSV(B) | 259.3º | 0.48% | 0.95% | - |
| XYZ | 38.93 | 29.48 | 87.64 | - |
| YUV | 151.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 242 | 0.32 | 0.48 | 0 | 0.05 | 259.3 | 0.82 | 0.72 |
| Hex | A4 | 7F | F2 | 20 | 30 | 0 | 5 | 103 | 52 | 48 |
| Octal | 244 | 177 | 362 | 40 | 60 | 0 | 5 | 403 | 122 | 110 |
| Binary | 10100100 | 1111111 | 11110010 | 100000 | 110000 | 0 | 101 | 100000011 | 1010010 | 1001000 |
Color Harmonies of #A47FF2
Complementary color
Monochromatic Colors of #A47FF2
Black with #A47FF2
Text Example
Text Example
White with #A47FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FF2; }
p { color: rgb(164,127,242); }
H1.HeaderClassName
{
color: #A47FF2;
}
.AnyTagClassName
{
color: #A47FF2;
}
</style>
background-color css
<style>
a { background-color: #A47FF2; }
a { background-color: rgb(164,127,242); }
div.DivClassName
{
background-color: #A47FF2;
}
.BgClassName
{
background-color: #A47FF2;
}
</style>
border-color css
<style>
span { border-color: #A47FF2; }
span { border-color: rgb(164,127,242); }
td.TdClassName
{
border-color: #A47FF2;
}
.TagClassName
{
border-color: #A47FF2;
}
</style>