Shades of Medium Orchid #AF57EE
Tints of Medium Orchid #AF57EE
RGB
CMYK
RGB Variations
Color information
#AF57EE (or 0xAF57EE) is known color: Medium Orchid. HEX triplet: AF, 57 and EE. RGB value is (175,87,238). Sum of RGB (Red+Green+Blue) = 175+87+238=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF57EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57EE is #50A811. Grayscale: #828282. Windows color (decimal): -5285906 or 15620015. OLE color: 15620015.
HSL color Cylindrical-coordinate representation of color #AF57EE: hue angle of 274.97º degrees, saturation: 0.82, 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 #AF57EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 87 | 238 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.07 |
| HSL | 274.97º | 0.82% | 0.64% | - |
| HSV(B) | 274.97º | 0.63% | 0.93% | - |
| XYZ | 36.52 | 22.1 | 83.23 | - |
| YUV | 130.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 238 | 0.26 | 0.63 | 0 | 0.07 | 274.97 | 0.82 | 0.64 |
| Hex | AF | 57 | EE | 1A | 3F | 0 | 7 | 113 | 52 | 40 |
| Octal | 257 | 127 | 356 | 32 | 77 | 0 | 7 | 423 | 122 | 100 |
| Binary | 10101111 | 1010111 | 11101110 | 11010 | 111111 | 0 | 111 | 100010011 | 1010010 | 1000000 |
Color Harmonies of #AF57EE
Complementary color
Monochromatic Colors of #AF57EE
Black with #AF57EE
Text Example
Text Example
White with #AF57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57EE; }
p { color: rgb(175,87,238); }
H1.HeaderClassName
{
color: #AF57EE;
}
.AnyTagClassName
{
color: #AF57EE;
}
</style>
background-color css
<style>
a { background-color: #AF57EE; }
a { background-color: rgb(175,87,238); }
div.DivClassName
{
background-color: #AF57EE;
}
.BgClassName
{
background-color: #AF57EE;
}
</style>
border-color css
<style>
span { border-color: #AF57EE; }
span { border-color: rgb(175,87,238); }
td.TdClassName
{
border-color: #AF57EE;
}
.TagClassName
{
border-color: #AF57EE;
}
</style>