Shades of Medium Orchid #AF59EA
Tints of Medium Orchid #AF59EA
RGB
CMYK
RGB Variations
Color information
#AF59EA (or 0xAF59EA) is known color: Medium Orchid. HEX triplet: AF, 59 and EA. RGB value is (175,89,234). Sum of RGB (Red+Green+Blue) = 175+89+234=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59EA is #50A615. Grayscale: #828282. Windows color (decimal): -5285398 or 15358383. OLE color: 15358383.
HSL color Cylindrical-coordinate representation of color #AF59EA: hue angle of 275.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF59EA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 89 | 234 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.08 |
| HSL | 275.59º | 0.78% | 0.63% | - |
| HSV(B) | 275.59º | 0.62% | 0.92% | - |
| XYZ | 36.1 | 22.2 | 80.22 | - |
| YUV | 131.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 234 | 0.25 | 0.62 | 0 | 0.08 | 275.59 | 0.78 | 0.63 |
| Hex | AF | 59 | EA | 19 | 3E | 0 | 8 | 114 | 4E | 3F |
| Octal | 257 | 131 | 352 | 31 | 76 | 0 | 10 | 424 | 116 | 77 |
| Binary | 10101111 | 1011001 | 11101010 | 11001 | 111110 | 0 | 1000 | 100010100 | 1001110 | 111111 |
Color Harmonies of #AF59EA
Complementary color
Monochromatic Colors of #AF59EA
Black with #AF59EA
Text Example
Text Example
White with #AF59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59EA; }
p { color: rgb(175,89,234); }
H1.HeaderClassName
{
color: #AF59EA;
}
.AnyTagClassName
{
color: #AF59EA;
}
</style>
background-color css
<style>
a { background-color: #AF59EA; }
a { background-color: rgb(175,89,234); }
div.DivClassName
{
background-color: #AF59EA;
}
.BgClassName
{
background-color: #AF59EA;
}
</style>
border-color css
<style>
span { border-color: #AF59EA; }
span { border-color: rgb(175,89,234); }
td.TdClassName
{
border-color: #AF59EA;
}
.TagClassName
{
border-color: #AF59EA;
}
</style>