Shades of Medium Orchid #AF59EE
Tints of Medium Orchid #AF59EE
RGB
CMYK
RGB Variations
Color information
#AF59EE (or 0xAF59EE) is known color: Medium Orchid. HEX triplet: AF, 59 and EE. RGB value is (175,89,238). Sum of RGB (Red+Green+Blue) = 175+89+238=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF59EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59EE is #50A611. Grayscale: #838383. Windows color (decimal): -5285394 or 15620527. OLE color: 15620527.
HSL color Cylindrical-coordinate representation of color #AF59EE: hue angle of 274.63º 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 #AF59EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 89 | 238 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.07 |
| HSL | 274.63º | 0.81% | 0.64% | - |
| HSV(B) | 274.63º | 0.63% | 0.93% | - |
| XYZ | 36.68 | 22.43 | 83.29 | - |
| YUV | 131.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 238 | 0.26 | 0.63 | 0 | 0.07 | 274.63 | 0.81 | 0.64 |
| Hex | AF | 59 | EE | 1A | 3F | 0 | 7 | 113 | 51 | 40 |
| Octal | 257 | 131 | 356 | 32 | 77 | 0 | 7 | 423 | 121 | 100 |
| Binary | 10101111 | 1011001 | 11101110 | 11010 | 111111 | 0 | 111 | 100010011 | 1010001 | 1000000 |
Color Harmonies of #AF59EE
Complementary color
Monochromatic Colors of #AF59EE
Black with #AF59EE
Text Example
Text Example
White with #AF59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59EE; }
p { color: rgb(175,89,238); }
H1.HeaderClassName
{
color: #AF59EE;
}
.AnyTagClassName
{
color: #AF59EE;
}
</style>
background-color css
<style>
a { background-color: #AF59EE; }
a { background-color: rgb(175,89,238); }
div.DivClassName
{
background-color: #AF59EE;
}
.BgClassName
{
background-color: #AF59EE;
}
</style>
border-color css
<style>
span { border-color: #AF59EE; }
span { border-color: rgb(175,89,238); }
td.TdClassName
{
border-color: #AF59EE;
}
.TagClassName
{
border-color: #AF59EE;
}
</style>