Shades of Medium Orchid #A758D5
Tints of Medium Orchid #A758D5
RGB
CMYK
RGB Variations
Color information
#A758D5 (or 0xA758D5) is known color: Medium Orchid. HEX triplet: A7, 58 and D5. RGB value is (167,88,213). Sum of RGB (Red+Green+Blue) = 167+88+213=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #A758D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758D5 is #58A72A. Grayscale: #7D7D7D. Windows color (decimal): -5809963 or 13981863. OLE color: 13981863.
HSL color Cylindrical-coordinate representation of color #A758D5: hue angle of 277.92º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A758D5 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 88 | 213 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.16 |
| HSL | 277.92º | 0.6% | 0.59% | - |
| HSV(B) | 277.92º | 0.59% | 0.84% | - |
| XYZ | 31.44 | 20 | 65.15 | - |
| YUV | 125.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 213 | 0.22 | 0.59 | 0 | 0.16 | 277.92 | 0.6 | 0.59 |
| Hex | A7 | 58 | D5 | 16 | 3B | 0 | 10 | 116 | 3C | 3B |
| Octal | 247 | 130 | 325 | 26 | 73 | 0 | 20 | 426 | 74 | 73 |
| Binary | 10100111 | 1011000 | 11010101 | 10110 | 111011 | 0 | 10000 | 100010110 | 111100 | 111011 |
Color Harmonies of #A758D5
Complementary color
Monochromatic Colors of #A758D5
Black with #A758D5
Text Example
Text Example
White with #A758D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758D5; }
p { color: rgb(167,88,213); }
H1.HeaderClassName
{
color: #A758D5;
}
.AnyTagClassName
{
color: #A758D5;
}
</style>
background-color css
<style>
a { background-color: #A758D5; }
a { background-color: rgb(167,88,213); }
div.DivClassName
{
background-color: #A758D5;
}
.BgClassName
{
background-color: #A758D5;
}
</style>
border-color css
<style>
span { border-color: #A758D5; }
span { border-color: rgb(167,88,213); }
td.TdClassName
{
border-color: #A758D5;
}
.TagClassName
{
border-color: #A758D5;
}
</style>