Shades of Medium Orchid #AF53C7
Tints of Medium Orchid #AF53C7
RGB
CMYK
RGB Variations
Color information
#AF53C7 (or 0xAF53C7) is known color: Medium Orchid. HEX triplet: AF, 53 and C7. RGB value is (175,83,199). Sum of RGB (Red+Green+Blue) = 175+83+199=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF53C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53C7 is #50AC38. Grayscale: #7B7B7B. Windows color (decimal): -5286969 or 13063087. OLE color: 13063087.
HSL color Cylindrical-coordinate representation of color #AF53C7: hue angle of 287.59º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF53C7 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 83 | 199 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.22 |
| HSL | 287.59º | 0.51% | 0.55% | - |
| HSV(B) | 287.59º | 0.58% | 0.78% | - |
| XYZ | 31.08 | 19.42 | 56.14 | - |
| YUV | 123.73 | 170.48 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 199 | 0.12 | 0.58 | 0 | 0.22 | 287.59 | 0.51 | 0.55 |
| Hex | AF | 53 | C7 | C | 3A | 0 | 16 | 120 | 33 | 37 |
| Octal | 257 | 123 | 307 | 14 | 72 | 0 | 26 | 440 | 63 | 67 |
| Binary | 10101111 | 1010011 | 11000111 | 1100 | 111010 | 0 | 10110 | 100100000 | 110011 | 110111 |
Color Harmonies of #AF53C7
Complementary color
Monochromatic Colors of #AF53C7
Black with #AF53C7
Text Example
Text Example
White with #AF53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53C7; }
p { color: rgb(175,83,199); }
H1.HeaderClassName
{
color: #AF53C7;
}
.AnyTagClassName
{
color: #AF53C7;
}
</style>
background-color css
<style>
a { background-color: #AF53C7; }
a { background-color: rgb(175,83,199); }
div.DivClassName
{
background-color: #AF53C7;
}
.BgClassName
{
background-color: #AF53C7;
}
</style>
border-color css
<style>
span { border-color: #AF53C7; }
span { border-color: rgb(175,83,199); }
td.TdClassName
{
border-color: #AF53C7;
}
.TagClassName
{
border-color: #AF53C7;
}
</style>