Shades of Medium Orchid #AF5EEE
Tints of Medium Orchid #AF5EEE
RGB
CMYK
RGB Variations
Color information
#AF5EEE (or 0xAF5EEE) is known color: Medium Orchid. HEX triplet: AF, 5E and EE. RGB value is (175,94,238). Sum of RGB (Red+Green+Blue) = 175+94+238=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF5EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EEE is #50A111. Grayscale: #868686. Windows color (decimal): -5284114 or 15621807. OLE color: 15621807.
HSL color Cylindrical-coordinate representation of color #AF5EEE: hue angle of 273.75º degrees, saturation: 0.81, 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 #AF5EEE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 94 | 238 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.07 |
| HSL | 273.75º | 0.81% | 0.65% | - |
| HSV(B) | 273.75º | 0.61% | 0.93% | - |
| XYZ | 37.11 | 23.29 | 83.43 | - |
| YUV | 134.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 238 | 0.26 | 0.61 | 0 | 0.07 | 273.75 | 0.81 | 0.65 |
| Hex | AF | 5E | EE | 1A | 3D | 0 | 7 | 112 | 51 | 41 |
| Octal | 257 | 136 | 356 | 32 | 75 | 0 | 7 | 422 | 121 | 101 |
| Binary | 10101111 | 1011110 | 11101110 | 11010 | 111101 | 0 | 111 | 100010010 | 1010001 | 1000001 |
Color Harmonies of #AF5EEE
Complementary color
Monochromatic Colors of #AF5EEE
Black with #AF5EEE
Text Example
Text Example
White with #AF5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EEE; }
p { color: rgb(175,94,238); }
H1.HeaderClassName
{
color: #AF5EEE;
}
.AnyTagClassName
{
color: #AF5EEE;
}
</style>
background-color css
<style>
a { background-color: #AF5EEE; }
a { background-color: rgb(175,94,238); }
div.DivClassName
{
background-color: #AF5EEE;
}
.BgClassName
{
background-color: #AF5EEE;
}
</style>
border-color css
<style>
span { border-color: #AF5EEE; }
span { border-color: rgb(175,94,238); }
td.TdClassName
{
border-color: #AF5EEE;
}
.TagClassName
{
border-color: #AF5EEE;
}
</style>