Shades of Medium Orchid #AF53CE
Tints of Medium Orchid #AF53CE
RGB
CMYK
RGB Variations
Color information
#AF53CE (or 0xAF53CE) is known color: Medium Orchid. HEX triplet: AF, 53 and CE. RGB value is (175,83,206). Sum of RGB (Red+Green+Blue) = 175+83+206=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53CE is #50AC31. Grayscale: #7C7C7C. Windows color (decimal): -5286962 or 13521839. OLE color: 13521839.
HSL color Cylindrical-coordinate representation of color #AF53CE: hue angle of 284.88º degrees, saturation: 0.56, 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 #AF53CE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 83 | 206 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.19 |
| HSL | 284.88º | 0.56% | 0.57% | - |
| HSV(B) | 284.88º | 0.6% | 0.81% | - |
| XYZ | 31.91 | 19.76 | 60.52 | - |
| YUV | 124.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 206 | 0.15 | 0.60 | 0 | 0.19 | 284.88 | 0.56 | 0.57 |
| Hex | AF | 53 | CE | F | 3C | 0 | 13 | 11D | 38 | 39 |
| Octal | 257 | 123 | 316 | 17 | 74 | 0 | 23 | 435 | 70 | 71 |
| Binary | 10101111 | 1010011 | 11001110 | 1111 | 111100 | 0 | 10011 | 100011101 | 111000 | 111001 |
Color Harmonies of #AF53CE
Complementary color
Monochromatic Colors of #AF53CE
Black with #AF53CE
Text Example
Text Example
White with #AF53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53CE; }
p { color: rgb(175,83,206); }
H1.HeaderClassName
{
color: #AF53CE;
}
.AnyTagClassName
{
color: #AF53CE;
}
</style>
background-color css
<style>
a { background-color: #AF53CE; }
a { background-color: rgb(175,83,206); }
div.DivClassName
{
background-color: #AF53CE;
}
.BgClassName
{
background-color: #AF53CE;
}
</style>
border-color css
<style>
span { border-color: #AF53CE; }
span { border-color: rgb(175,83,206); }
td.TdClassName
{
border-color: #AF53CE;
}
.TagClassName
{
border-color: #AF53CE;
}
</style>