Shades of Medium Orchid #AF5EDA
Tints of Medium Orchid #AF5EDA
RGB
CMYK
RGB Variations
Color information
#AF5EDA (or 0xAF5EDA) is known color: Medium Orchid. HEX triplet: AF, 5E and DA. RGB value is (175,94,218). Sum of RGB (Red+Green+Blue) = 175+94+218=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF5EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EDA is #50A125. Grayscale: #838383. Windows color (decimal): -5284134 or 14311087. OLE color: 14311087.
HSL color Cylindrical-coordinate representation of color #AF5EDA: hue angle of 279.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5EDA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 94 | 218 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.15 |
| HSL | 279.19º | 0.63% | 0.61% | - |
| HSV(B) | 279.19º | 0.57% | 0.85% | - |
| XYZ | 34.34 | 22.18 | 68.8 | - |
| YUV | 132.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 218 | 0.20 | 0.57 | 0 | 0.15 | 279.19 | 0.63 | 0.61 |
| Hex | AF | 5E | DA | 14 | 39 | 0 | F | 117 | 3F | 3D |
| Octal | 257 | 136 | 332 | 24 | 71 | 0 | 17 | 427 | 77 | 75 |
| Binary | 10101111 | 1011110 | 11011010 | 10100 | 111001 | 0 | 1111 | 100010111 | 111111 | 111101 |
Color Harmonies of #AF5EDA
Complementary color
Monochromatic Colors of #AF5EDA
Black with #AF5EDA
Text Example
Text Example
White with #AF5EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EDA; }
p { color: rgb(175,94,218); }
H1.HeaderClassName
{
color: #AF5EDA;
}
.AnyTagClassName
{
color: #AF5EDA;
}
</style>
background-color css
<style>
a { background-color: #AF5EDA; }
a { background-color: rgb(175,94,218); }
div.DivClassName
{
background-color: #AF5EDA;
}
.BgClassName
{
background-color: #AF5EDA;
}
</style>
border-color css
<style>
span { border-color: #AF5EDA; }
span { border-color: rgb(175,94,218); }
td.TdClassName
{
border-color: #AF5EDA;
}
.TagClassName
{
border-color: #AF5EDA;
}
</style>