Shades of Medium Orchid #A755ED
Tints of Medium Orchid #A755ED
RGB
CMYK
RGB Variations
Color information
#A755ED (or 0xA755ED) is known color: Medium Orchid. HEX triplet: A7, 55 and ED. RGB value is (167,85,237). Sum of RGB (Red+Green+Blue) = 167+85+237=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #A755ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755ED is #58AA12. Grayscale: #7E7E7E. Windows color (decimal): -5810707 or 15553959. OLE color: 15553959.
HSL color Cylindrical-coordinate representation of color #A755ED: hue angle of 272.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A755ED is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 85 | 237 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.07 |
| HSL | 272.37º | 0.81% | 0.63% | - |
| HSV(B) | 272.37º | 0.64% | 0.93% | - |
| XYZ | 34.47 | 20.83 | 82.32 | - |
| YUV | 126.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 237 | 0.30 | 0.64 | 0 | 0.07 | 272.37 | 0.81 | 0.63 |
| Hex | A7 | 55 | ED | 1E | 40 | 0 | 7 | 110 | 51 | 3F |
| Octal | 247 | 125 | 355 | 36 | 100 | 0 | 7 | 420 | 121 | 77 |
| Binary | 10100111 | 1010101 | 11101101 | 11110 | 1000000 | 0 | 111 | 100010000 | 1010001 | 111111 |
Color Harmonies of #A755ED
Complementary color
Monochromatic Colors of #A755ED
Black with #A755ED
Text Example
Text Example
White with #A755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755ED; }
p { color: rgb(167,85,237); }
H1.HeaderClassName
{
color: #A755ED;
}
.AnyTagClassName
{
color: #A755ED;
}
</style>
background-color css
<style>
a { background-color: #A755ED; }
a { background-color: rgb(167,85,237); }
div.DivClassName
{
background-color: #A755ED;
}
.BgClassName
{
background-color: #A755ED;
}
</style>
border-color css
<style>
span { border-color: #A755ED; }
span { border-color: rgb(167,85,237); }
td.TdClassName
{
border-color: #A755ED;
}
.TagClassName
{
border-color: #A755ED;
}
</style>