Shades of Medium Orchid #AF53C2
Tints of Medium Orchid #AF53C2
RGB
CMYK
RGB Variations
Color information
#AF53C2 (or 0xAF53C2) is known color: Medium Orchid. HEX triplet: AF, 53 and C2. RGB value is (175,83,194). Sum of RGB (Red+Green+Blue) = 175+83+194=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF53C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53C2 is #50AC3D. Grayscale: #7A7A7A. Windows color (decimal): -5286974 or 12735407. OLE color: 12735407.
HSL color Cylindrical-coordinate representation of color #AF53C2: hue angle of 289.73º degrees, saturation: 0.48, 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 #AF53C2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 83 | 194 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.24 |
| HSL | 289.73º | 0.48% | 0.54% | - |
| HSV(B) | 289.73º | 0.57% | 0.76% | - |
| XYZ | 30.51 | 19.2 | 53.14 | - |
| YUV | 123.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 194 | 0.10 | 0.57 | 0 | 0.24 | 289.73 | 0.48 | 0.54 |
| Hex | AF | 53 | C2 | A | 39 | 0 | 18 | 122 | 30 | 36 |
| Octal | 257 | 123 | 302 | 12 | 71 | 0 | 30 | 442 | 60 | 66 |
| Binary | 10101111 | 1010011 | 11000010 | 1010 | 111001 | 0 | 11000 | 100100010 | 110000 | 110110 |
Color Harmonies of #AF53C2
Complementary color
Monochromatic Colors of #AF53C2
Black with #AF53C2
Text Example
Text Example
White with #AF53C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53C2; }
p { color: rgb(175,83,194); }
H1.HeaderClassName
{
color: #AF53C2;
}
.AnyTagClassName
{
color: #AF53C2;
}
</style>
background-color css
<style>
a { background-color: #AF53C2; }
a { background-color: rgb(175,83,194); }
div.DivClassName
{
background-color: #AF53C2;
}
.BgClassName
{
background-color: #AF53C2;
}
</style>
border-color css
<style>
span { border-color: #AF53C2; }
span { border-color: rgb(175,83,194); }
td.TdClassName
{
border-color: #AF53C2;
}
.TagClassName
{
border-color: #AF53C2;
}
</style>