Shades of Medium Orchid #AF52DF
Tints of Medium Orchid #AF52DF
RGB
CMYK
RGB Variations
Color information
#AF52DF (or 0xAF52DF) is known color: Medium Orchid. HEX triplet: AF, 52 and DF. RGB value is (175,82,223). Sum of RGB (Red+Green+Blue) = 175+82+223=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52DF is #50AD20. Grayscale: #7D7D7D. Windows color (decimal): -5287201 or 14635695. OLE color: 14635695.
HSL color Cylindrical-coordinate representation of color #AF52DF: hue angle of 279.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF52DF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 82 | 223 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.13 |
| HSL | 279.57º | 0.69% | 0.6% | - |
| HSV(B) | 279.57º | 0.63% | 0.87% | - |
| XYZ | 34.02 | 20.48 | 71.97 | - |
| YUV | 125.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 223 | 0.22 | 0.63 | 0 | 0.13 | 279.57 | 0.69 | 0.6 |
| Hex | AF | 52 | DF | 16 | 3F | 0 | D | 118 | 45 | 3C |
| Octal | 257 | 122 | 337 | 26 | 77 | 0 | 15 | 430 | 105 | 74 |
| Binary | 10101111 | 1010010 | 11011111 | 10110 | 111111 | 0 | 1101 | 100011000 | 1000101 | 111100 |
Color Harmonies of #AF52DF
Complementary color
Monochromatic Colors of #AF52DF
Black with #AF52DF
Text Example
Text Example
White with #AF52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52DF; }
p { color: rgb(175,82,223); }
H1.HeaderClassName
{
color: #AF52DF;
}
.AnyTagClassName
{
color: #AF52DF;
}
</style>
background-color css
<style>
a { background-color: #AF52DF; }
a { background-color: rgb(175,82,223); }
div.DivClassName
{
background-color: #AF52DF;
}
.BgClassName
{
background-color: #AF52DF;
}
</style>
border-color css
<style>
span { border-color: #AF52DF; }
span { border-color: rgb(175,82,223); }
td.TdClassName
{
border-color: #AF52DF;
}
.TagClassName
{
border-color: #AF52DF;
}
</style>