Shades of Medium Orchid #A757CE
Tints of Medium Orchid #A757CE
RGB
CMYK
RGB Variations
Color information
#A757CE (or 0xA757CE) is known color: Medium Orchid. HEX triplet: A7, 57 and CE. RGB value is (167,87,206). Sum of RGB (Red+Green+Blue) = 167+87+206=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A757CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757CE is #58A831. Grayscale: #7C7C7C. Windows color (decimal): -5810226 or 13522855. OLE color: 13522855.
HSL color Cylindrical-coordinate representation of color #A757CE: hue angle of 280.34º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A757CE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 87 | 206 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.19 |
| HSL | 280.34º | 0.55% | 0.57% | - |
| HSV(B) | 280.34º | 0.58% | 0.81% | - |
| XYZ | 30.49 | 19.49 | 60.55 | - |
| YUV | 124.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 206 | 0.19 | 0.58 | 0 | 0.19 | 280.34 | 0.55 | 0.57 |
| Hex | A7 | 57 | CE | 13 | 3A | 0 | 13 | 118 | 37 | 39 |
| Octal | 247 | 127 | 316 | 23 | 72 | 0 | 23 | 430 | 67 | 71 |
| Binary | 10100111 | 1010111 | 11001110 | 10011 | 111010 | 0 | 10011 | 100011000 | 110111 | 111001 |
Color Harmonies of #A757CE
Complementary color
Monochromatic Colors of #A757CE
Black with #A757CE
Text Example
Text Example
White with #A757CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757CE; }
p { color: rgb(167,87,206); }
H1.HeaderClassName
{
color: #A757CE;
}
.AnyTagClassName
{
color: #A757CE;
}
</style>
background-color css
<style>
a { background-color: #A757CE; }
a { background-color: rgb(167,87,206); }
div.DivClassName
{
background-color: #A757CE;
}
.BgClassName
{
background-color: #A757CE;
}
</style>
border-color css
<style>
span { border-color: #A757CE; }
span { border-color: rgb(167,87,206); }
td.TdClassName
{
border-color: #A757CE;
}
.TagClassName
{
border-color: #A757CE;
}
</style>