Shades of Medium Orchid #AF52CF
Tints of Medium Orchid #AF52CF
RGB
CMYK
RGB Variations
Color information
#AF52CF (or 0xAF52CF) is known color: Medium Orchid. HEX triplet: AF, 52 and CF. RGB value is (175,82,207). Sum of RGB (Red+Green+Blue) = 175+82+207=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CF is #50AD30. Grayscale: #7B7B7B. Windows color (decimal): -5287217 or 13587119. OLE color: 13587119.
HSL color Cylindrical-coordinate representation of color #AF52CF: hue angle of 284.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF52CF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 82 | 207 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.19 |
| HSL | 284.64º | 0.57% | 0.57% | - |
| HSV(B) | 284.64º | 0.6% | 0.81% | - |
| XYZ | 31.96 | 19.65 | 61.14 | - |
| YUV | 124.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 207 | 0.15 | 0.60 | 0 | 0.19 | 284.64 | 0.57 | 0.57 |
| Hex | AF | 52 | CF | F | 3C | 0 | 13 | 11D | 39 | 39 |
| Octal | 257 | 122 | 317 | 17 | 74 | 0 | 23 | 435 | 71 | 71 |
| Binary | 10101111 | 1010010 | 11001111 | 1111 | 111100 | 0 | 10011 | 100011101 | 111001 | 111001 |
Color Harmonies of #AF52CF
Complementary color
Monochromatic Colors of #AF52CF
Black with #AF52CF
Text Example
Text Example
White with #AF52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52CF; }
p { color: rgb(175,82,207); }
H1.HeaderClassName
{
color: #AF52CF;
}
.AnyTagClassName
{
color: #AF52CF;
}
</style>
background-color css
<style>
a { background-color: #AF52CF; }
a { background-color: rgb(175,82,207); }
div.DivClassName
{
background-color: #AF52CF;
}
.BgClassName
{
background-color: #AF52CF;
}
</style>
border-color css
<style>
span { border-color: #AF52CF; }
span { border-color: rgb(175,82,207); }
td.TdClassName
{
border-color: #AF52CF;
}
.TagClassName
{
border-color: #AF52CF;
}
</style>