Shades of Medium Orchid #AF57EB
Tints of Medium Orchid #AF57EB
RGB
CMYK
RGB Variations
Color information
#AF57EB (or 0xAF57EB) is known color: Medium Orchid. HEX triplet: AF, 57 and EB. RGB value is (175,87,235). Sum of RGB (Red+Green+Blue) = 175+87+235=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF57EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57EB is #50A814. Grayscale: #818181. Windows color (decimal): -5285909 or 15423407. OLE color: 15423407.
HSL color Cylindrical-coordinate representation of color #AF57EB: hue angle of 275.68º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF57EB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 87 | 235 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.08 |
| HSL | 275.68º | 0.79% | 0.63% | - |
| HSV(B) | 275.68º | 0.63% | 0.92% | - |
| XYZ | 36.08 | 21.93 | 80.93 | - |
| YUV | 130.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 235 | 0.26 | 0.63 | 0 | 0.08 | 275.68 | 0.79 | 0.63 |
| Hex | AF | 57 | EB | 1A | 3F | 0 | 8 | 114 | 4F | 3F |
| Octal | 257 | 127 | 353 | 32 | 77 | 0 | 10 | 424 | 117 | 77 |
| Binary | 10101111 | 1010111 | 11101011 | 11010 | 111111 | 0 | 1000 | 100010100 | 1001111 | 111111 |
Color Harmonies of #AF57EB
Complementary color
Monochromatic Colors of #AF57EB
Black with #AF57EB
Text Example
Text Example
White with #AF57EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57EB; }
p { color: rgb(175,87,235); }
H1.HeaderClassName
{
color: #AF57EB;
}
.AnyTagClassName
{
color: #AF57EB;
}
</style>
background-color css
<style>
a { background-color: #AF57EB; }
a { background-color: rgb(175,87,235); }
div.DivClassName
{
background-color: #AF57EB;
}
.BgClassName
{
background-color: #AF57EB;
}
</style>
border-color css
<style>
span { border-color: #AF57EB; }
span { border-color: rgb(175,87,235); }
td.TdClassName
{
border-color: #AF57EB;
}
.TagClassName
{
border-color: #AF57EB;
}
</style>