Shades of Medium Orchid #AF52F1
Tints of Medium Orchid #AF52F1
RGB
CMYK
RGB Variations
Color information
#AF52F1 (or 0xAF52F1) is known color: Medium Orchid. HEX triplet: AF, 52 and F1. RGB value is (175,82,241). Sum of RGB (Red+Green+Blue) = 175+82+241=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF52F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52F1 is #50AD0E. Grayscale: #7F7F7F. Windows color (decimal): -5287183 or 15815343. OLE color: 15815343.
HSL color Cylindrical-coordinate representation of color #AF52F1: hue angle of 275.09º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF52F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 82 | 241 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.05 |
| HSL | 275.09º | 0.85% | 0.63% | - |
| HSV(B) | 275.09º | 0.66% | 0.95% | - |
| XYZ | 36.57 | 21.5 | 85.44 | - |
| YUV | 127.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 241 | 0.27 | 0.66 | 0 | 0.05 | 275.09 | 0.85 | 0.63 |
| Hex | AF | 52 | F1 | 1B | 42 | 0 | 5 | 113 | 55 | 3F |
| Octal | 257 | 122 | 361 | 33 | 102 | 0 | 5 | 423 | 125 | 77 |
| Binary | 10101111 | 1010010 | 11110001 | 11011 | 1000010 | 0 | 101 | 100010011 | 1010101 | 111111 |
Color Harmonies of #AF52F1
Complementary color
Monochromatic Colors of #AF52F1
Black with #AF52F1
Text Example
Text Example
White with #AF52F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52F1; }
p { color: rgb(175,82,241); }
H1.HeaderClassName
{
color: #AF52F1;
}
.AnyTagClassName
{
color: #AF52F1;
}
</style>
background-color css
<style>
a { background-color: #AF52F1; }
a { background-color: rgb(175,82,241); }
div.DivClassName
{
background-color: #AF52F1;
}
.BgClassName
{
background-color: #AF52F1;
}
</style>
border-color css
<style>
span { border-color: #AF52F1; }
span { border-color: rgb(175,82,241); }
td.TdClassName
{
border-color: #AF52F1;
}
.TagClassName
{
border-color: #AF52F1;
}
</style>