Shades of Medium Purple #A773E4
Tints of Medium Purple #A773E4
RGB
CMYK
RGB Variations
Color information
#A773E4 (or 0xA773E4) is known color: Medium Purple. HEX triplet: A7, 73 and E4. RGB value is (167,115,228). Sum of RGB (Red+Green+Blue) = 167+115+228=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #A773E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773E4 is #588C1B. Grayscale: #8F8F8F. Windows color (decimal): -5803036 or 14971815. OLE color: 14971815.
HSL color Cylindrical-coordinate representation of color #A773E4: hue angle of 267.61º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A773E4 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 115 | 228 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.11 |
| HSL | 267.61º | 0.68% | 0.67% | - |
| HSV(B) | 267.61º | 0.5% | 0.89% | - |
| XYZ | 36.07 | 26.08 | 76.53 | - |
| YUV | 143.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 228 | 0.27 | 0.50 | 0 | 0.11 | 267.61 | 0.68 | 0.67 |
| Hex | A7 | 73 | E4 | 1B | 32 | 0 | B | 10C | 44 | 43 |
| Octal | 247 | 163 | 344 | 33 | 62 | 0 | 13 | 414 | 104 | 103 |
| Binary | 10100111 | 1110011 | 11100100 | 11011 | 110010 | 0 | 1011 | 100001100 | 1000100 | 1000011 |
Color Harmonies of #A773E4
Complementary color
Monochromatic Colors of #A773E4
Black with #A773E4
Text Example
Text Example
White with #A773E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773E4; }
p { color: rgb(167,115,228); }
H1.HeaderClassName
{
color: #A773E4;
}
.AnyTagClassName
{
color: #A773E4;
}
</style>
background-color css
<style>
a { background-color: #A773E4; }
a { background-color: rgb(167,115,228); }
div.DivClassName
{
background-color: #A773E4;
}
.BgClassName
{
background-color: #A773E4;
}
</style>
border-color css
<style>
span { border-color: #A773E4; }
span { border-color: rgb(167,115,228); }
td.TdClassName
{
border-color: #A773E4;
}
.TagClassName
{
border-color: #A773E4;
}
</style>