Shades of Medium Orchid #AF57CC
Tints of Medium Orchid #AF57CC
RGB
CMYK
RGB Variations
Color information
#AF57CC (or 0xAF57CC) is known color: Medium Orchid. HEX triplet: AF, 57 and CC. RGB value is (175,87,204). Sum of RGB (Red+Green+Blue) = 175+87+204=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57CC is #50A833. Grayscale: #7E7E7E. Windows color (decimal): -5285940 or 13391791. OLE color: 13391791.
HSL color Cylindrical-coordinate representation of color #AF57CC: hue angle of 285.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF57CC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 87 | 204 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.2 |
| HSL | 285.13º | 0.53% | 0.57% | - |
| HSV(B) | 285.13º | 0.57% | 0.8% | - |
| XYZ | 31.99 | 20.29 | 59.36 | - |
| YUV | 126.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 204 | 0.14 | 0.57 | 0 | 0.2 | 285.13 | 0.53 | 0.57 |
| Hex | AF | 57 | CC | E | 39 | 0 | 14 | 11D | 35 | 39 |
| Octal | 257 | 127 | 314 | 16 | 71 | 0 | 24 | 435 | 65 | 71 |
| Binary | 10101111 | 1010111 | 11001100 | 1110 | 111001 | 0 | 10100 | 100011101 | 110101 | 111001 |
Color Harmonies of #AF57CC
Complementary color
Monochromatic Colors of #AF57CC
Black with #AF57CC
Text Example
Text Example
White with #AF57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57CC; }
p { color: rgb(175,87,204); }
H1.HeaderClassName
{
color: #AF57CC;
}
.AnyTagClassName
{
color: #AF57CC;
}
</style>
background-color css
<style>
a { background-color: #AF57CC; }
a { background-color: rgb(175,87,204); }
div.DivClassName
{
background-color: #AF57CC;
}
.BgClassName
{
background-color: #AF57CC;
}
</style>
border-color css
<style>
span { border-color: #AF57CC; }
span { border-color: rgb(175,87,204); }
td.TdClassName
{
border-color: #AF57CC;
}
.TagClassName
{
border-color: #AF57CC;
}
</style>