Shades of Medium Orchid #AF57CF
Tints of Medium Orchid #AF57CF
RGB
CMYK
RGB Variations
Color information
#AF57CF (or 0xAF57CF) is known color: Medium Orchid. HEX triplet: AF, 57 and CF. RGB value is (175,87,207). Sum of RGB (Red+Green+Blue) = 175+87+207=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57CF is #50A830. Grayscale: #7E7E7E. Windows color (decimal): -5285937 or 13588399. OLE color: 13588399.
HSL color Cylindrical-coordinate representation of color #AF57CF: hue angle of 284º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF57CF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 87 | 207 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.19 |
| HSL | 284º | 0.56% | 0.58% | - |
| HSV(B) | 284º | 0.58% | 0.81% | - |
| XYZ | 32.35 | 20.44 | 61.27 | - |
| YUV | 126.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 207 | 0.15 | 0.58 | 0 | 0.19 | 284 | 0.56 | 0.58 |
| Hex | AF | 57 | CF | F | 3A | 0 | 13 | 11C | 38 | 3A |
| Octal | 257 | 127 | 317 | 17 | 72 | 0 | 23 | 434 | 70 | 72 |
| Binary | 10101111 | 1010111 | 11001111 | 1111 | 111010 | 0 | 10011 | 100011100 | 111000 | 111010 |
Color Harmonies of #AF57CF
Complementary color
Monochromatic Colors of #AF57CF
Black with #AF57CF
Text Example
Text Example
White with #AF57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57CF; }
p { color: rgb(175,87,207); }
H1.HeaderClassName
{
color: #AF57CF;
}
.AnyTagClassName
{
color: #AF57CF;
}
</style>
background-color css
<style>
a { background-color: #AF57CF; }
a { background-color: rgb(175,87,207); }
div.DivClassName
{
background-color: #AF57CF;
}
.BgClassName
{
background-color: #AF57CF;
}
</style>
border-color css
<style>
span { border-color: #AF57CF; }
span { border-color: rgb(175,87,207); }
td.TdClassName
{
border-color: #AF57CF;
}
.TagClassName
{
border-color: #AF57CF;
}
</style>