Shades of Medium Orchid #A755E9
Tints of Medium Orchid #A755E9
RGB
CMYK
RGB Variations
Color information
#A755E9 (or 0xA755E9) is known color: Medium Orchid. HEX triplet: A7, 55 and E9. RGB value is (167,85,233). Sum of RGB (Red+Green+Blue) = 167+85+233=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #A755E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755E9 is #58AA16. Grayscale: #7D7D7D. Windows color (decimal): -5810711 or 15291815. OLE color: 15291815.
HSL color Cylindrical-coordinate representation of color #A755E9: hue angle of 273.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A755E9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 85 | 233 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.09 |
| HSL | 273.24º | 0.77% | 0.62% | - |
| HSV(B) | 273.24º | 0.64% | 0.91% | - |
| XYZ | 33.89 | 20.6 | 79.28 | - |
| YUV | 126.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 233 | 0.28 | 0.64 | 0 | 0.09 | 273.24 | 0.77 | 0.62 |
| Hex | A7 | 55 | E9 | 1C | 40 | 0 | 9 | 111 | 4D | 3E |
| Octal | 247 | 125 | 351 | 34 | 100 | 0 | 11 | 421 | 115 | 76 |
| Binary | 10100111 | 1010101 | 11101001 | 11100 | 1000000 | 0 | 1001 | 100010001 | 1001101 | 111110 |
Color Harmonies of #A755E9
Complementary color
Monochromatic Colors of #A755E9
Black with #A755E9
Text Example
Text Example
White with #A755E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755E9; }
p { color: rgb(167,85,233); }
H1.HeaderClassName
{
color: #A755E9;
}
.AnyTagClassName
{
color: #A755E9;
}
</style>
background-color css
<style>
a { background-color: #A755E9; }
a { background-color: rgb(167,85,233); }
div.DivClassName
{
background-color: #A755E9;
}
.BgClassName
{
background-color: #A755E9;
}
</style>
border-color css
<style>
span { border-color: #A755E9; }
span { border-color: rgb(167,85,233); }
td.TdClassName
{
border-color: #A755E9;
}
.TagClassName
{
border-color: #A755E9;
}
</style>