Shades of Medium Orchid #AF5BD0
Tints of Medium Orchid #AF5BD0
RGB
CMYK
RGB Variations
Color information
#AF5BD0 (or 0xAF5BD0) is known color: Medium Orchid. HEX triplet: AF, 5B and D0. RGB value is (175,91,208). Sum of RGB (Red+Green+Blue) = 175+91+208=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BD0 is #50A42F. Grayscale: #818181. Windows color (decimal): -5284912 or 13654959. OLE color: 13654959.
HSL color Cylindrical-coordinate representation of color #AF5BD0: hue angle of 283.08º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5BD0 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 91 | 208 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.18 |
| HSL | 283.08º | 0.55% | 0.59% | - |
| HSV(B) | 283.08º | 0.56% | 0.82% | - |
| XYZ | 32.81 | 21.15 | 62.03 | - |
| YUV | 129.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 208 | 0.16 | 0.56 | 0 | 0.18 | 283.08 | 0.55 | 0.59 |
| Hex | AF | 5B | D0 | 10 | 38 | 0 | 12 | 11B | 37 | 3B |
| Octal | 257 | 133 | 320 | 20 | 70 | 0 | 22 | 433 | 67 | 73 |
| Binary | 10101111 | 1011011 | 11010000 | 10000 | 111000 | 0 | 10010 | 100011011 | 110111 | 111011 |
Color Harmonies of #AF5BD0
Complementary color
Monochromatic Colors of #AF5BD0
Black with #AF5BD0
Text Example
Text Example
White with #AF5BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BD0; }
p { color: rgb(175,91,208); }
H1.HeaderClassName
{
color: #AF5BD0;
}
.AnyTagClassName
{
color: #AF5BD0;
}
</style>
background-color css
<style>
a { background-color: #AF5BD0; }
a { background-color: rgb(175,91,208); }
div.DivClassName
{
background-color: #AF5BD0;
}
.BgClassName
{
background-color: #AF5BD0;
}
</style>
border-color css
<style>
span { border-color: #AF5BD0; }
span { border-color: rgb(175,91,208); }
td.TdClassName
{
border-color: #AF5BD0;
}
.TagClassName
{
border-color: #AF5BD0;
}
</style>