Shades of Medium Orchid #AF57CA
Tints of Medium Orchid #AF57CA
RGB
CMYK
RGB Variations
Color information
#AF57CA (or 0xAF57CA) is known color: Medium Orchid. HEX triplet: AF, 57 and CA. RGB value is (175,87,202). Sum of RGB (Red+Green+Blue) = 175+87+202=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57CA is #50A835. Grayscale: #7E7E7E. Windows color (decimal): -5285942 or 13260719. OLE color: 13260719.
HSL color Cylindrical-coordinate representation of color #AF57CA: hue angle of 285.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF57CA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 87 | 202 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.21 |
| HSL | 285.91º | 0.52% | 0.57% | - |
| HSV(B) | 285.91º | 0.57% | 0.79% | - |
| XYZ | 31.75 | 20.19 | 58.1 | - |
| YUV | 126.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 202 | 0.13 | 0.57 | 0 | 0.21 | 285.91 | 0.52 | 0.57 |
| Hex | AF | 57 | CA | D | 39 | 0 | 15 | 11E | 34 | 39 |
| Octal | 257 | 127 | 312 | 15 | 71 | 0 | 25 | 436 | 64 | 71 |
| Binary | 10101111 | 1010111 | 11001010 | 1101 | 111001 | 0 | 10101 | 100011110 | 110100 | 111001 |
Color Harmonies of #AF57CA
Complementary color
Monochromatic Colors of #AF57CA
Black with #AF57CA
Text Example
Text Example
White with #AF57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57CA; }
p { color: rgb(175,87,202); }
H1.HeaderClassName
{
color: #AF57CA;
}
.AnyTagClassName
{
color: #AF57CA;
}
</style>
background-color css
<style>
a { background-color: #AF57CA; }
a { background-color: rgb(175,87,202); }
div.DivClassName
{
background-color: #AF57CA;
}
.BgClassName
{
background-color: #AF57CA;
}
</style>
border-color css
<style>
span { border-color: #AF57CA; }
span { border-color: rgb(175,87,202); }
td.TdClassName
{
border-color: #AF57CA;
}
.TagClassName
{
border-color: #AF57CA;
}
</style>