Shades of Medium Purple #A476F2
Tints of Medium Purple #A476F2
RGB
CMYK
RGB Variations
Color information
#A476F2 (or 0xA476F2) is known color: Medium Purple. HEX triplet: A4, 76 and F2. RGB value is (164,118,242). Sum of RGB (Red+Green+Blue) = 164+118+242=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #A476F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476F2 is #5B890D. Grayscale: #919191. Windows color (decimal): -5998862 or 15890084. OLE color: 15890084.
HSL color Cylindrical-coordinate representation of color #A476F2: hue angle of 262.26º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A476F2 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 118 | 242 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.05 |
| HSL | 262.26º | 0.83% | 0.71% | - |
| HSV(B) | 262.26º | 0.51% | 0.95% | - |
| XYZ | 37.82 | 27.26 | 87.27 | - |
| YUV | 145.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 242 | 0.32 | 0.51 | 0 | 0.05 | 262.26 | 0.83 | 0.71 |
| Hex | A4 | 76 | F2 | 20 | 33 | 0 | 5 | 106 | 53 | 47 |
| Octal | 244 | 166 | 362 | 40 | 63 | 0 | 5 | 406 | 123 | 107 |
| Binary | 10100100 | 1110110 | 11110010 | 100000 | 110011 | 0 | 101 | 100000110 | 1010011 | 1000111 |
Color Harmonies of #A476F2
Complementary color
Monochromatic Colors of #A476F2
Black with #A476F2
Text Example
Text Example
White with #A476F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476F2; }
p { color: rgb(164,118,242); }
H1.HeaderClassName
{
color: #A476F2;
}
.AnyTagClassName
{
color: #A476F2;
}
</style>
background-color css
<style>
a { background-color: #A476F2; }
a { background-color: rgb(164,118,242); }
div.DivClassName
{
background-color: #A476F2;
}
.BgClassName
{
background-color: #A476F2;
}
</style>
border-color css
<style>
span { border-color: #A476F2; }
span { border-color: rgb(164,118,242); }
td.TdClassName
{
border-color: #A476F2;
}
.TagClassName
{
border-color: #A476F2;
}
</style>