Shades of Medium Orchid #A755E0
Tints of Medium Orchid #A755E0
RGB
CMYK
RGB Variations
Color information
#A755E0 (or 0xA755E0) is known color: Medium Orchid. HEX triplet: A7, 55 and E0. RGB value is (167,85,224). Sum of RGB (Red+Green+Blue) = 167+85+224=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #A755E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755E0 is #58AA1F. Grayscale: #7C7C7C. Windows color (decimal): -5810720 or 14701991. OLE color: 14701991.
HSL color Cylindrical-coordinate representation of color #A755E0: hue angle of 275.4º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A755E0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 85 | 224 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.12 |
| HSL | 275.4º | 0.69% | 0.61% | - |
| HSV(B) | 275.4º | 0.62% | 0.88% | - |
| XYZ | 32.64 | 20.09 | 72.68 | - |
| YUV | 125.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 224 | 0.25 | 0.62 | 0 | 0.12 | 275.4 | 0.69 | 0.61 |
| Hex | A7 | 55 | E0 | 19 | 3E | 0 | C | 113 | 45 | 3D |
| Octal | 247 | 125 | 340 | 31 | 76 | 0 | 14 | 423 | 105 | 75 |
| Binary | 10100111 | 1010101 | 11100000 | 11001 | 111110 | 0 | 1100 | 100010011 | 1000101 | 111101 |
Color Harmonies of #A755E0
Complementary color
Monochromatic Colors of #A755E0
Black with #A755E0
Text Example
Text Example
White with #A755E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755E0; }
p { color: rgb(167,85,224); }
H1.HeaderClassName
{
color: #A755E0;
}
.AnyTagClassName
{
color: #A755E0;
}
</style>
background-color css
<style>
a { background-color: #A755E0; }
a { background-color: rgb(167,85,224); }
div.DivClassName
{
background-color: #A755E0;
}
.BgClassName
{
background-color: #A755E0;
}
</style>
border-color css
<style>
span { border-color: #A755E0; }
span { border-color: rgb(167,85,224); }
td.TdClassName
{
border-color: #A755E0;
}
.TagClassName
{
border-color: #A755E0;
}
</style>