Shades of Medium Purple #A47DF3
Tints of Medium Purple #A47DF3
RGB
CMYK
RGB Variations
Color information
#A47DF3 (or 0xA47DF3) is known color: Medium Purple. HEX triplet: A4, 7D and F3. RGB value is (164,125,243). Sum of RGB (Red+Green+Blue) = 164+125+243=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF3 is #5B820C. Grayscale: #959595. Windows color (decimal): -5997069 or 15957412. OLE color: 15957412.
HSL color Cylindrical-coordinate representation of color #A47DF3: hue angle of 259.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47DF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 125 | 243 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.05 |
| HSL | 259.83º | 0.83% | 0.72% | - |
| HSV(B) | 259.83º | 0.49% | 0.95% | - |
| XYZ | 38.82 | 29.03 | 88.35 | - |
| YUV | 150.11 | 180.42 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 243 | 0.33 | 0.49 | 0 | 0.05 | 259.83 | 0.83 | 0.72 |
| Hex | A4 | 7D | F3 | 21 | 31 | 0 | 5 | 104 | 53 | 48 |
| Octal | 244 | 175 | 363 | 41 | 61 | 0 | 5 | 404 | 123 | 110 |
| Binary | 10100100 | 1111101 | 11110011 | 100001 | 110001 | 0 | 101 | 100000100 | 1010011 | 1001000 |
Color Harmonies of #A47DF3
Complementary color
Monochromatic Colors of #A47DF3
Black with #A47DF3
Text Example
Text Example
White with #A47DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DF3; }
p { color: rgb(164,125,243); }
H1.HeaderClassName
{
color: #A47DF3;
}
.AnyTagClassName
{
color: #A47DF3;
}
</style>
background-color css
<style>
a { background-color: #A47DF3; }
a { background-color: rgb(164,125,243); }
div.DivClassName
{
background-color: #A47DF3;
}
.BgClassName
{
background-color: #A47DF3;
}
</style>
border-color css
<style>
span { border-color: #A47DF3; }
span { border-color: rgb(164,125,243); }
td.TdClassName
{
border-color: #A47DF3;
}
.TagClassName
{
border-color: #A47DF3;
}
</style>