Shades of Medium Orchid #AF53C1
Tints of Medium Orchid #AF53C1
RGB
CMYK
RGB Variations
Color information
#AF53C1 (or 0xAF53C1) is known color: Medium Orchid. HEX triplet: AF, 53 and C1. RGB value is (175,83,193). Sum of RGB (Red+Green+Blue) = 175+83+193=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF53C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53C1 is #50AC3E. Grayscale: #7A7A7A. Windows color (decimal): -5286975 or 12669871. OLE color: 12669871.
HSL color Cylindrical-coordinate representation of color #AF53C1: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF53C1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 83 | 193 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.24 |
| HSL | 290.18º | 0.47% | 0.54% | - |
| HSV(B) | 290.18º | 0.57% | 0.76% | - |
| XYZ | 30.4 | 19.15 | 52.55 | - |
| YUV | 123.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 193 | 0.09 | 0.57 | 0 | 0.24 | 290.18 | 0.47 | 0.54 |
| Hex | AF | 53 | C1 | 9 | 39 | 0 | 18 | 122 | 2F | 36 |
| Octal | 257 | 123 | 301 | 11 | 71 | 0 | 30 | 442 | 57 | 66 |
| Binary | 10101111 | 1010011 | 11000001 | 1001 | 111001 | 0 | 11000 | 100100010 | 101111 | 110110 |
Color Harmonies of #AF53C1
Complementary color
Monochromatic Colors of #AF53C1
Black with #AF53C1
Text Example
Text Example
White with #AF53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53C1; }
p { color: rgb(175,83,193); }
H1.HeaderClassName
{
color: #AF53C1;
}
.AnyTagClassName
{
color: #AF53C1;
}
</style>
background-color css
<style>
a { background-color: #AF53C1; }
a { background-color: rgb(175,83,193); }
div.DivClassName
{
background-color: #AF53C1;
}
.BgClassName
{
background-color: #AF53C1;
}
</style>
border-color css
<style>
span { border-color: #AF53C1; }
span { border-color: rgb(175,83,193); }
td.TdClassName
{
border-color: #AF53C1;
}
.TagClassName
{
border-color: #AF53C1;
}
</style>