Shades of Medium Orchid #AF49CD
Tints of Medium Orchid #AF49CD
RGB
CMYK
RGB Variations
Color information
#AF49CD (or 0xAF49CD) is known color: Medium Orchid. HEX triplet: AF, 49 and CD. RGB value is (175,73,205). Sum of RGB (Red+Green+Blue) = 175+73+205=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CD is #50B632. Grayscale: #767676. Windows color (decimal): -5289523 or 13453743. OLE color: 13453743.
HSL color Cylindrical-coordinate representation of color #AF49CD: hue angle of 286.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF49CD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 73 | 205 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.20 |
| HSL | 286.36º | 0.57% | 0.55% | - |
| HSV(B) | 286.36º | 0.64% | 0.8% | - |
| XYZ | 31.08 | 18.29 | 59.65 | - |
| YUV | 118.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 205 | 0.15 | 0.64 | 0 | 0.20 | 286.36 | 0.57 | 0.55 |
| Hex | AF | 49 | CD | F | 40 | 0 | 14 | 11E | 39 | 37 |
| Octal | 257 | 111 | 315 | 17 | 100 | 0 | 24 | 436 | 71 | 67 |
| Binary | 10101111 | 1001001 | 11001101 | 1111 | 1000000 | 0 | 10100 | 100011110 | 111001 | 110111 |
Color Harmonies of #AF49CD
Complementary color
Monochromatic Colors of #AF49CD
Black with #AF49CD
Text Example
Text Example
White with #AF49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49CD; }
p { color: rgb(175,73,205); }
H1.HeaderClassName
{
color: #AF49CD;
}
.AnyTagClassName
{
color: #AF49CD;
}
</style>
background-color css
<style>
a { background-color: #AF49CD; }
a { background-color: rgb(175,73,205); }
div.DivClassName
{
background-color: #AF49CD;
}
.BgClassName
{
background-color: #AF49CD;
}
</style>
border-color css
<style>
span { border-color: #AF49CD; }
span { border-color: rgb(175,73,205); }
td.TdClassName
{
border-color: #AF49CD;
}
.TagClassName
{
border-color: #AF49CD;
}
</style>