Shades of Medium Orchid #AF52D4
Tints of Medium Orchid #AF52D4
RGB
CMYK
RGB Variations
Color information
#AF52D4 (or 0xAF52D4) is known color: Medium Orchid. HEX triplet: AF, 52 and D4. RGB value is (175,82,212). Sum of RGB (Red+Green+Blue) = 175+82+212=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF52D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52D4 is #50AD2B. Grayscale: #7C7C7C. Windows color (decimal): -5287212 or 13914799. OLE color: 13914799.
HSL color Cylindrical-coordinate representation of color #AF52D4: hue angle of 282.92º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF52D4 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 82 | 212 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.17 |
| HSL | 282.92º | 0.6% | 0.58% | - |
| HSV(B) | 282.92º | 0.61% | 0.83% | - |
| XYZ | 32.58 | 19.9 | 64.41 | - |
| YUV | 124.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 212 | 0.17 | 0.61 | 0 | 0.17 | 282.92 | 0.6 | 0.58 |
| Hex | AF | 52 | D4 | 11 | 3D | 0 | 11 | 11B | 3C | 3A |
| Octal | 257 | 122 | 324 | 21 | 75 | 0 | 21 | 433 | 74 | 72 |
| Binary | 10101111 | 1010010 | 11010100 | 10001 | 111101 | 0 | 10001 | 100011011 | 111100 | 111010 |
Color Harmonies of #AF52D4
Complementary color
Monochromatic Colors of #AF52D4
Black with #AF52D4
Text Example
Text Example
White with #AF52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52D4; }
p { color: rgb(175,82,212); }
H1.HeaderClassName
{
color: #AF52D4;
}
.AnyTagClassName
{
color: #AF52D4;
}
</style>
background-color css
<style>
a { background-color: #AF52D4; }
a { background-color: rgb(175,82,212); }
div.DivClassName
{
background-color: #AF52D4;
}
.BgClassName
{
background-color: #AF52D4;
}
</style>
border-color css
<style>
span { border-color: #AF52D4; }
span { border-color: rgb(175,82,212); }
td.TdClassName
{
border-color: #AF52D4;
}
.TagClassName
{
border-color: #AF52D4;
}
</style>