Shades of Medium Orchid #AF49DC
Tints of Medium Orchid #AF49DC
RGB
CMYK
RGB Variations
Color information
#AF49DC (or 0xAF49DC) is known color: Medium Orchid. HEX triplet: AF, 49 and DC. RGB value is (175,73,220). Sum of RGB (Red+Green+Blue) = 175+73+220=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49DC is #50B623. Grayscale: #777777. Windows color (decimal): -5289508 or 14436783. OLE color: 14436783.
HSL color Cylindrical-coordinate representation of color #AF49DC: hue angle of 281.63º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF49DC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 73 | 220 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.14 |
| HSL | 281.63º | 0.68% | 0.57% | - |
| HSV(B) | 281.63º | 0.67% | 0.86% | - |
| XYZ | 32.98 | 19.05 | 69.65 | - |
| YUV | 120.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 220 | 0.20 | 0.67 | 0 | 0.14 | 281.63 | 0.68 | 0.57 |
| Hex | AF | 49 | DC | 14 | 43 | 0 | E | 11A | 44 | 39 |
| Octal | 257 | 111 | 334 | 24 | 103 | 0 | 16 | 432 | 104 | 71 |
| Binary | 10101111 | 1001001 | 11011100 | 10100 | 1000011 | 0 | 1110 | 100011010 | 1000100 | 111001 |
Color Harmonies of #AF49DC
Complementary color
Monochromatic Colors of #AF49DC
Black with #AF49DC
Text Example
Text Example
White with #AF49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49DC; }
p { color: rgb(175,73,220); }
H1.HeaderClassName
{
color: #AF49DC;
}
.AnyTagClassName
{
color: #AF49DC;
}
</style>
background-color css
<style>
a { background-color: #AF49DC; }
a { background-color: rgb(175,73,220); }
div.DivClassName
{
background-color: #AF49DC;
}
.BgClassName
{
background-color: #AF49DC;
}
</style>
border-color css
<style>
span { border-color: #AF49DC; }
span { border-color: rgb(175,73,220); }
td.TdClassName
{
border-color: #AF49DC;
}
.TagClassName
{
border-color: #AF49DC;
}
</style>