Shades of Medium Orchid #AF56EE
Tints of Medium Orchid #AF56EE
RGB
CMYK
RGB Variations
Color information
#AF56EE (or 0xAF56EE) is known color: Medium Orchid. HEX triplet: AF, 56 and EE. RGB value is (175,86,238). Sum of RGB (Red+Green+Blue) = 175+86+238=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56EE is #50A911. Grayscale: #818181. Windows color (decimal): -5286162 or 15619759. OLE color: 15619759.
HSL color Cylindrical-coordinate representation of color #AF56EE: hue angle of 275.13º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF56EE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 86 | 238 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.07 |
| HSL | 275.13º | 0.82% | 0.64% | - |
| HSV(B) | 275.13º | 0.64% | 0.93% | - |
| XYZ | 36.44 | 21.94 | 83.2 | - |
| YUV | 129.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 238 | 0.26 | 0.64 | 0 | 0.07 | 275.13 | 0.82 | 0.64 |
| Hex | AF | 56 | EE | 1A | 40 | 0 | 7 | 113 | 52 | 40 |
| Octal | 257 | 126 | 356 | 32 | 100 | 0 | 7 | 423 | 122 | 100 |
| Binary | 10101111 | 1010110 | 11101110 | 11010 | 1000000 | 0 | 111 | 100010011 | 1010010 | 1000000 |
Color Harmonies of #AF56EE
Complementary color
Monochromatic Colors of #AF56EE
Black with #AF56EE
Text Example
Text Example
White with #AF56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56EE; }
p { color: rgb(175,86,238); }
H1.HeaderClassName
{
color: #AF56EE;
}
.AnyTagClassName
{
color: #AF56EE;
}
</style>
background-color css
<style>
a { background-color: #AF56EE; }
a { background-color: rgb(175,86,238); }
div.DivClassName
{
background-color: #AF56EE;
}
.BgClassName
{
background-color: #AF56EE;
}
</style>
border-color css
<style>
span { border-color: #AF56EE; }
span { border-color: rgb(175,86,238); }
td.TdClassName
{
border-color: #AF56EE;
}
.TagClassName
{
border-color: #AF56EE;
}
</style>