Shades of Medium Orchid #AF52EE
Tints of Medium Orchid #AF52EE
RGB
CMYK
RGB Variations
Color information
#AF52EE (or 0xAF52EE) is known color: Medium Orchid. HEX triplet: AF, 52 and EE. RGB value is (175,82,238). Sum of RGB (Red+Green+Blue) = 175+82+238=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52EE is #50AD11. Grayscale: #7F7F7F. Windows color (decimal): -5287186 or 15618735. OLE color: 15618735.
HSL color Cylindrical-coordinate representation of color #AF52EE: hue angle of 275.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF52EE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 82 | 238 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.07 |
| HSL | 275.77º | 0.82% | 0.63% | - |
| HSV(B) | 275.77º | 0.66% | 0.93% | - |
| XYZ | 36.13 | 21.32 | 83.1 | - |
| YUV | 127.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 238 | 0.26 | 0.66 | 0 | 0.07 | 275.77 | 0.82 | 0.63 |
| Hex | AF | 52 | EE | 1A | 42 | 0 | 7 | 114 | 52 | 3F |
| Octal | 257 | 122 | 356 | 32 | 102 | 0 | 7 | 424 | 122 | 77 |
| Binary | 10101111 | 1010010 | 11101110 | 11010 | 1000010 | 0 | 111 | 100010100 | 1010010 | 111111 |
Color Harmonies of #AF52EE
Complementary color
Monochromatic Colors of #AF52EE
Black with #AF52EE
Text Example
Text Example
White with #AF52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52EE; }
p { color: rgb(175,82,238); }
H1.HeaderClassName
{
color: #AF52EE;
}
.AnyTagClassName
{
color: #AF52EE;
}
</style>
background-color css
<style>
a { background-color: #AF52EE; }
a { background-color: rgb(175,82,238); }
div.DivClassName
{
background-color: #AF52EE;
}
.BgClassName
{
background-color: #AF52EE;
}
</style>
border-color css
<style>
span { border-color: #AF52EE; }
span { border-color: rgb(175,82,238); }
td.TdClassName
{
border-color: #AF52EE;
}
.TagClassName
{
border-color: #AF52EE;
}
</style>