Shades of Medium Orchid #A758CF
Tints of Medium Orchid #A758CF
RGB
CMYK
RGB Variations
Color information
#A758CF (or 0xA758CF) is known color: Medium Orchid. HEX triplet: A7, 58 and CF. RGB value is (167,88,207). Sum of RGB (Red+Green+Blue) = 167+88+207=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A758CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758CF is #58A730. Grayscale: #7C7C7C. Windows color (decimal): -5809969 or 13588647. OLE color: 13588647.
HSL color Cylindrical-coordinate representation of color #A758CF: hue angle of 279.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A758CF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 88 | 207 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.19 |
| HSL | 279.83º | 0.55% | 0.58% | - |
| HSV(B) | 279.83º | 0.57% | 0.81% | - |
| XYZ | 30.69 | 19.7 | 61.22 | - |
| YUV | 125.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 207 | 0.19 | 0.57 | 0 | 0.19 | 279.83 | 0.55 | 0.58 |
| Hex | A7 | 58 | CF | 13 | 39 | 0 | 13 | 118 | 37 | 3A |
| Octal | 247 | 130 | 317 | 23 | 71 | 0 | 23 | 430 | 67 | 72 |
| Binary | 10100111 | 1011000 | 11001111 | 10011 | 111001 | 0 | 10011 | 100011000 | 110111 | 111010 |
Color Harmonies of #A758CF
Complementary color
Monochromatic Colors of #A758CF
Black with #A758CF
Text Example
Text Example
White with #A758CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758CF; }
p { color: rgb(167,88,207); }
H1.HeaderClassName
{
color: #A758CF;
}
.AnyTagClassName
{
color: #A758CF;
}
</style>
background-color css
<style>
a { background-color: #A758CF; }
a { background-color: rgb(167,88,207); }
div.DivClassName
{
background-color: #A758CF;
}
.BgClassName
{
background-color: #A758CF;
}
</style>
border-color css
<style>
span { border-color: #A758CF; }
span { border-color: rgb(167,88,207); }
td.TdClassName
{
border-color: #A758CF;
}
.TagClassName
{
border-color: #A758CF;
}
</style>