Shades of Medium Orchid #AF53D4
Tints of Medium Orchid #AF53D4
RGB
CMYK
RGB Variations
Color information
#AF53D4 (or 0xAF53D4) is known color: Medium Orchid. HEX triplet: AF, 53 and D4. RGB value is (175,83,212). Sum of RGB (Red+Green+Blue) = 175+83+212=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF53D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53D4 is #50AC2B. Grayscale: #7C7C7C. Windows color (decimal): -5286956 or 13915055. OLE color: 13915055.
HSL color Cylindrical-coordinate representation of color #AF53D4: hue angle of 282.79º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF53D4 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 83 | 212 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.17 |
| HSL | 282.79º | 0.6% | 0.58% | - |
| HSV(B) | 282.79º | 0.61% | 0.83% | - |
| XYZ | 32.66 | 20.05 | 64.44 | - |
| YUV | 125.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 212 | 0.17 | 0.61 | 0 | 0.17 | 282.79 | 0.6 | 0.58 |
| Hex | AF | 53 | D4 | 11 | 3D | 0 | 11 | 11B | 3C | 3A |
| Octal | 257 | 123 | 324 | 21 | 75 | 0 | 21 | 433 | 74 | 72 |
| Binary | 10101111 | 1010011 | 11010100 | 10001 | 111101 | 0 | 10001 | 100011011 | 111100 | 111010 |
Color Harmonies of #AF53D4
Complementary color
Monochromatic Colors of #AF53D4
Black with #AF53D4
Text Example
Text Example
White with #AF53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53D4; }
p { color: rgb(175,83,212); }
H1.HeaderClassName
{
color: #AF53D4;
}
.AnyTagClassName
{
color: #AF53D4;
}
</style>
background-color css
<style>
a { background-color: #AF53D4; }
a { background-color: rgb(175,83,212); }
div.DivClassName
{
background-color: #AF53D4;
}
.BgClassName
{
background-color: #AF53D4;
}
</style>
border-color css
<style>
span { border-color: #AF53D4; }
span { border-color: rgb(175,83,212); }
td.TdClassName
{
border-color: #AF53D4;
}
.TagClassName
{
border-color: #AF53D4;
}
</style>