Shades of Medium Purple #A773E6
Tints of Medium Purple #A773E6
RGB
CMYK
RGB Variations
Color information
#A773E6 (or 0xA773E6) is known color: Medium Purple. HEX triplet: A7, 73 and E6. RGB value is (167,115,230). Sum of RGB (Red+Green+Blue) = 167+115+230=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #A773E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A773E6 is #588C19. Grayscale: #8F8F8F. Windows color (decimal): -5803034 or 15102887. OLE color: 15102887.
HSL color Cylindrical-coordinate representation of color #A773E6: hue angle of 267.13º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A773E6 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 115 | 230 | - |
| CMYK | 0.27 | 0.5 | 0 | 0.10 |
| HSL | 267.13º | 0.7% | 0.68% | - |
| HSV(B) | 267.13º | 0.5% | 0.9% | - |
| XYZ | 36.35 | 26.19 | 78 | - |
| YUV | 143.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 230 | 0.27 | 0.5 | 0 | 0.10 | 267.13 | 0.7 | 0.68 |
| Hex | A7 | 73 | E6 | 1B | 32 | 0 | A | 10B | 46 | 44 |
| Octal | 247 | 163 | 346 | 33 | 62 | 0 | 12 | 413 | 106 | 104 |
| Binary | 10100111 | 1110011 | 11100110 | 11011 | 110010 | 0 | 1010 | 100001011 | 1000110 | 1000100 |
Color Harmonies of #A773E6
Complementary color
Monochromatic Colors of #A773E6
Black with #A773E6
Text Example
Text Example
White with #A773E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773E6; }
p { color: rgb(167,115,230); }
H1.HeaderClassName
{
color: #A773E6;
}
.AnyTagClassName
{
color: #A773E6;
}
</style>
background-color css
<style>
a { background-color: #A773E6; }
a { background-color: rgb(167,115,230); }
div.DivClassName
{
background-color: #A773E6;
}
.BgClassName
{
background-color: #A773E6;
}
</style>
border-color css
<style>
span { border-color: #A773E6; }
span { border-color: rgb(167,115,230); }
td.TdClassName
{
border-color: #A773E6;
}
.TagClassName
{
border-color: #A773E6;
}
</style>