Shades of Medium Orchid #AF5DED
Tints of Medium Orchid #AF5DED
RGB
CMYK
RGB Variations
Color information
#AF5DED (or 0xAF5DED) is known color: Medium Orchid. HEX triplet: AF, 5D and ED. RGB value is (175,93,237). Sum of RGB (Red+Green+Blue) = 175+93+237=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DED is #50A212. Grayscale: #858585. Windows color (decimal): -5284371 or 15556015. OLE color: 15556015.
HSL color Cylindrical-coordinate representation of color #AF5DED: hue angle of 274.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5DED is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 93 | 237 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.07 |
| HSL | 274.17º | 0.8% | 0.65% | - |
| HSV(B) | 274.17º | 0.61% | 0.93% | - |
| XYZ | 36.88 | 23.06 | 82.63 | - |
| YUV | 133.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 237 | 0.26 | 0.61 | 0 | 0.07 | 274.17 | 0.8 | 0.65 |
| Hex | AF | 5D | ED | 1A | 3D | 0 | 7 | 112 | 50 | 41 |
| Octal | 257 | 135 | 355 | 32 | 75 | 0 | 7 | 422 | 120 | 101 |
| Binary | 10101111 | 1011101 | 11101101 | 11010 | 111101 | 0 | 111 | 100010010 | 1010000 | 1000001 |
Color Harmonies of #AF5DED
Complementary color
Monochromatic Colors of #AF5DED
Black with #AF5DED
Text Example
Text Example
White with #AF5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DED; }
p { color: rgb(175,93,237); }
H1.HeaderClassName
{
color: #AF5DED;
}
.AnyTagClassName
{
color: #AF5DED;
}
</style>
background-color css
<style>
a { background-color: #AF5DED; }
a { background-color: rgb(175,93,237); }
div.DivClassName
{
background-color: #AF5DED;
}
.BgClassName
{
background-color: #AF5DED;
}
</style>
border-color css
<style>
span { border-color: #AF5DED; }
span { border-color: rgb(175,93,237); }
td.TdClassName
{
border-color: #AF5DED;
}
.TagClassName
{
border-color: #AF5DED;
}
</style>