Shades of Medium Orchid #AF57ED
Tints of Medium Orchid #AF57ED
RGB
CMYK
RGB Variations
Color information
#AF57ED (or 0xAF57ED) is known color: Medium Orchid. HEX triplet: AF, 57 and ED. RGB value is (175,87,237). Sum of RGB (Red+Green+Blue) = 175+87+237=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57ED is #50A812. Grayscale: #818181. Windows color (decimal): -5285907 or 15554479. OLE color: 15554479.
HSL color Cylindrical-coordinate representation of color #AF57ED: hue angle of 275.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF57ED is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 87 | 237 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.07 |
| HSL | 275.2º | 0.81% | 0.64% | - |
| HSV(B) | 275.2º | 0.63% | 0.93% | - |
| XYZ | 36.37 | 22.04 | 82.46 | - |
| YUV | 130.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 237 | 0.26 | 0.63 | 0 | 0.07 | 275.2 | 0.81 | 0.64 |
| Hex | AF | 57 | ED | 1A | 3F | 0 | 7 | 113 | 51 | 40 |
| Octal | 257 | 127 | 355 | 32 | 77 | 0 | 7 | 423 | 121 | 100 |
| Binary | 10101111 | 1010111 | 11101101 | 11010 | 111111 | 0 | 111 | 100010011 | 1010001 | 1000000 |
Color Harmonies of #AF57ED
Complementary color
Monochromatic Colors of #AF57ED
Black with #AF57ED
Text Example
Text Example
White with #AF57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57ED; }
p { color: rgb(175,87,237); }
H1.HeaderClassName
{
color: #AF57ED;
}
.AnyTagClassName
{
color: #AF57ED;
}
</style>
background-color css
<style>
a { background-color: #AF57ED; }
a { background-color: rgb(175,87,237); }
div.DivClassName
{
background-color: #AF57ED;
}
.BgClassName
{
background-color: #AF57ED;
}
</style>
border-color css
<style>
span { border-color: #AF57ED; }
span { border-color: rgb(175,87,237); }
td.TdClassName
{
border-color: #AF57ED;
}
.TagClassName
{
border-color: #AF57ED;
}
</style>