Shades of Medium Orchid #AF57C3
Tints of Medium Orchid #AF57C3
RGB
CMYK
RGB Variations
Color information
#AF57C3 (or 0xAF57C3) is known color: Medium Orchid. HEX triplet: AF, 57 and C3. RGB value is (175,87,195). Sum of RGB (Red+Green+Blue) = 175+87+195=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF57C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C3 is #50A83C. Grayscale: #7D7D7D. Windows color (decimal): -5285949 or 12801967. OLE color: 12801967.
HSL color Cylindrical-coordinate representation of color #AF57C3: hue angle of 288.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF57C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 87 | 195 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.24 |
| HSL | 288.89º | 0.47% | 0.55% | - |
| HSV(B) | 288.89º | 0.55% | 0.76% | - |
| XYZ | 30.94 | 19.87 | 53.83 | - |
| YUV | 125.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 195 | 0.10 | 0.55 | 0 | 0.24 | 288.89 | 0.47 | 0.55 |
| Hex | AF | 57 | C3 | A | 37 | 0 | 18 | 121 | 2F | 37 |
| Octal | 257 | 127 | 303 | 12 | 67 | 0 | 30 | 441 | 57 | 67 |
| Binary | 10101111 | 1010111 | 11000011 | 1010 | 110111 | 0 | 11000 | 100100001 | 101111 | 110111 |
Color Harmonies of #AF57C3
Complementary color
Monochromatic Colors of #AF57C3
Black with #AF57C3
Text Example
Text Example
White with #AF57C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57C3; }
p { color: rgb(175,87,195); }
H1.HeaderClassName
{
color: #AF57C3;
}
.AnyTagClassName
{
color: #AF57C3;
}
</style>
background-color css
<style>
a { background-color: #AF57C3; }
a { background-color: rgb(175,87,195); }
div.DivClassName
{
background-color: #AF57C3;
}
.BgClassName
{
background-color: #AF57C3;
}
</style>
border-color css
<style>
span { border-color: #AF57C3; }
span { border-color: rgb(175,87,195); }
td.TdClassName
{
border-color: #AF57C3;
}
.TagClassName
{
border-color: #AF57C3;
}
</style>