Shades of Medium Orchid #AF48EE
Tints of Medium Orchid #AF48EE
RGB
CMYK
RGB Variations
Color information
#AF48EE (or 0xAF48EE) is known color: Medium Orchid. HEX triplet: AF, 48 and EE. RGB value is (175,72,238). Sum of RGB (Red+Green+Blue) = 175+72+238=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF48EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48EE is #50B711. Grayscale: #797979. Windows color (decimal): -5289746 or 15616175. OLE color: 15616175.
HSL color Cylindrical-coordinate representation of color #AF48EE: hue angle of 277.23º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF48EE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 72 | 238 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.07 |
| HSL | 277.23º | 0.83% | 0.61% | - |
| HSV(B) | 277.23º | 0.7% | 0.93% | - |
| XYZ | 35.43 | 19.92 | 82.87 | - |
| YUV | 121.72 | 193.62 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 238 | 0.26 | 0.70 | 0 | 0.07 | 277.23 | 0.83 | 0.61 |
| Hex | AF | 48 | EE | 1A | 46 | 0 | 7 | 115 | 53 | 3D |
| Octal | 257 | 110 | 356 | 32 | 106 | 0 | 7 | 425 | 123 | 75 |
| Binary | 10101111 | 1001000 | 11101110 | 11010 | 1000110 | 0 | 111 | 100010101 | 1010011 | 111101 |
Color Harmonies of #AF48EE
Complementary color
Monochromatic Colors of #AF48EE
Black with #AF48EE
Text Example
Text Example
White with #AF48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48EE; }
p { color: rgb(175,72,238); }
H1.HeaderClassName
{
color: #AF48EE;
}
.AnyTagClassName
{
color: #AF48EE;
}
</style>
background-color css
<style>
a { background-color: #AF48EE; }
a { background-color: rgb(175,72,238); }
div.DivClassName
{
background-color: #AF48EE;
}
.BgClassName
{
background-color: #AF48EE;
}
</style>
border-color css
<style>
span { border-color: #AF48EE; }
span { border-color: rgb(175,72,238); }
td.TdClassName
{
border-color: #AF48EE;
}
.TagClassName
{
border-color: #AF48EE;
}
</style>