Shades of Medium Purple #A47BF2
Tints of Medium Purple #A47BF2
RGB
CMYK
RGB Variations
Color information
#A47BF2 (or 0xA47BF2) is known color: Medium Purple. HEX triplet: A4, 7B and F2. RGB value is (164,123,242). Sum of RGB (Red+Green+Blue) = 164+123+242=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #A47BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BF2 is #5B840D. Grayscale: #949494. Windows color (decimal): -5997582 or 15891364. OLE color: 15891364.
HSL color Cylindrical-coordinate representation of color #A47BF2: hue angle of 260.67º degrees, saturation: 0.82, 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 #A47BF2 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 123 | 242 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 260.67º | 0.82% | 0.72% | - |
| HSV(B) | 260.67º | 0.49% | 0.95% | - |
| XYZ | 38.42 | 28.47 | 87.47 | - |
| YUV | 148.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 242 | 0.32 | 0.49 | 0 | 0.05 | 260.67 | 0.82 | 0.72 |
| Hex | A4 | 7B | F2 | 20 | 31 | 0 | 5 | 105 | 52 | 48 |
| Octal | 244 | 173 | 362 | 40 | 61 | 0 | 5 | 405 | 122 | 110 |
| Binary | 10100100 | 1111011 | 11110010 | 100000 | 110001 | 0 | 101 | 100000101 | 1010010 | 1001000 |
Color Harmonies of #A47BF2
Complementary color
Monochromatic Colors of #A47BF2
Black with #A47BF2
Text Example
Text Example
White with #A47BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BF2; }
p { color: rgb(164,123,242); }
H1.HeaderClassName
{
color: #A47BF2;
}
.AnyTagClassName
{
color: #A47BF2;
}
</style>
background-color css
<style>
a { background-color: #A47BF2; }
a { background-color: rgb(164,123,242); }
div.DivClassName
{
background-color: #A47BF2;
}
.BgClassName
{
background-color: #A47BF2;
}
</style>
border-color css
<style>
span { border-color: #A47BF2; }
span { border-color: rgb(164,123,242); }
td.TdClassName
{
border-color: #A47BF2;
}
.TagClassName
{
border-color: #A47BF2;
}
</style>