Shades of Medium Orchid #AF49DE
Tints of Medium Orchid #AF49DE
RGB
CMYK
RGB Variations
Color information
#AF49DE (or 0xAF49DE) is known color: Medium Orchid. HEX triplet: AF, 49 and DE. RGB value is (175,73,222). Sum of RGB (Red+Green+Blue) = 175+73+222=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF49DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49DE is #50B621. Grayscale: #777777. Windows color (decimal): -5289506 or 14567855. OLE color: 14567855.
HSL color Cylindrical-coordinate representation of color #AF49DE: hue angle of 281.07º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF49DE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 73 | 222 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 281.07º | 0.69% | 0.58% | - |
| HSV(B) | 281.07º | 0.67% | 0.87% | - |
| XYZ | 33.25 | 19.15 | 71.05 | - |
| YUV | 120.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 222 | 0.21 | 0.67 | 0 | 0.13 | 281.07 | 0.69 | 0.58 |
| Hex | AF | 49 | DE | 15 | 43 | 0 | D | 119 | 45 | 3A |
| Octal | 257 | 111 | 336 | 25 | 103 | 0 | 15 | 431 | 105 | 72 |
| Binary | 10101111 | 1001001 | 11011110 | 10101 | 1000011 | 0 | 1101 | 100011001 | 1000101 | 111010 |
Color Harmonies of #AF49DE
Complementary color
Monochromatic Colors of #AF49DE
Black with #AF49DE
Text Example
Text Example
White with #AF49DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49DE; }
p { color: rgb(175,73,222); }
H1.HeaderClassName
{
color: #AF49DE;
}
.AnyTagClassName
{
color: #AF49DE;
}
</style>
background-color css
<style>
a { background-color: #AF49DE; }
a { background-color: rgb(175,73,222); }
div.DivClassName
{
background-color: #AF49DE;
}
.BgClassName
{
background-color: #AF49DE;
}
</style>
border-color css
<style>
span { border-color: #AF49DE; }
span { border-color: rgb(175,73,222); }
td.TdClassName
{
border-color: #AF49DE;
}
.TagClassName
{
border-color: #AF49DE;
}
</style>