Shades of Medium Orchid #AF52D7
Tints of Medium Orchid #AF52D7
RGB
CMYK
RGB Variations
Color information
#AF52D7 (or 0xAF52D7) is known color: Medium Orchid. HEX triplet: AF, 52 and D7. RGB value is (175,82,215). Sum of RGB (Red+Green+Blue) = 175+82+215=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF52D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52D7 is #50AD28. Grayscale: #7C7C7C. Windows color (decimal): -5287209 or 14111407. OLE color: 14111407.
HSL color Cylindrical-coordinate representation of color #AF52D7: hue angle of 281.95º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF52D7 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 82 | 215 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.16 |
| HSL | 281.95º | 0.62% | 0.58% | - |
| HSV(B) | 281.95º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 20.05 | 66.42 | - |
| YUV | 124.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 215 | 0.19 | 0.62 | 0 | 0.16 | 281.95 | 0.62 | 0.58 |
| Hex | AF | 52 | D7 | 13 | 3E | 0 | 10 | 11A | 3E | 3A |
| Octal | 257 | 122 | 327 | 23 | 76 | 0 | 20 | 432 | 76 | 72 |
| Binary | 10101111 | 1010010 | 11010111 | 10011 | 111110 | 0 | 10000 | 100011010 | 111110 | 111010 |
Color Harmonies of #AF52D7
Complementary color
Monochromatic Colors of #AF52D7
Black with #AF52D7
Text Example
Text Example
White with #AF52D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52D7; }
p { color: rgb(175,82,215); }
H1.HeaderClassName
{
color: #AF52D7;
}
.AnyTagClassName
{
color: #AF52D7;
}
</style>
background-color css
<style>
a { background-color: #AF52D7; }
a { background-color: rgb(175,82,215); }
div.DivClassName
{
background-color: #AF52D7;
}
.BgClassName
{
background-color: #AF52D7;
}
</style>
border-color css
<style>
span { border-color: #AF52D7; }
span { border-color: rgb(175,82,215); }
td.TdClassName
{
border-color: #AF52D7;
}
.TagClassName
{
border-color: #AF52D7;
}
</style>