Shades of Medium Orchid #AF40EE
Tints of Medium Orchid #AF40EE
RGB
CMYK
RGB Variations
Color information
#AF40EE (or 0xAF40EE) is known color: Medium Orchid. HEX triplet: AF, 40 and EE. RGB value is (175,64,238). Sum of RGB (Red+Green+Blue) = 175+64+238=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40EE is #50BF11. Grayscale: #747474. Windows color (decimal): -5291794 or 15614127. OLE color: 15614127.
HSL color Cylindrical-coordinate representation of color #AF40EE: hue angle of 278.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF40EE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 64 | 238 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.07 |
| HSL | 278.28º | 0.84% | 0.59% | - |
| HSV(B) | 278.28º | 0.73% | 0.93% | - |
| XYZ | 34.95 | 18.95 | 82.71 | - |
| YUV | 117.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 238 | 0.26 | 0.73 | 0 | 0.07 | 278.28 | 0.84 | 0.59 |
| Hex | AF | 40 | EE | 1A | 49 | 0 | 7 | 116 | 54 | 3B |
| Octal | 257 | 100 | 356 | 32 | 111 | 0 | 7 | 426 | 124 | 73 |
| Binary | 10101111 | 1000000 | 11101110 | 11010 | 1001001 | 0 | 111 | 100010110 | 1010100 | 111011 |
Color Harmonies of #AF40EE
Complementary color
Monochromatic Colors of #AF40EE
Black with #AF40EE
Text Example
Text Example
White with #AF40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40EE; }
p { color: rgb(175,64,238); }
H1.HeaderClassName
{
color: #AF40EE;
}
.AnyTagClassName
{
color: #AF40EE;
}
</style>
background-color css
<style>
a { background-color: #AF40EE; }
a { background-color: rgb(175,64,238); }
div.DivClassName
{
background-color: #AF40EE;
}
.BgClassName
{
background-color: #AF40EE;
}
</style>
border-color css
<style>
span { border-color: #AF40EE; }
span { border-color: rgb(175,64,238); }
td.TdClassName
{
border-color: #AF40EE;
}
.TagClassName
{
border-color: #AF40EE;
}
</style>