Shades of Medium Orchid #AF5BDF
Tints of Medium Orchid #AF5BDF
RGB
CMYK
RGB Variations
Color information
#AF5BDF (or 0xAF5BDF) is known color: Medium Orchid. HEX triplet: AF, 5B and DF. RGB value is (175,91,223). Sum of RGB (Red+Green+Blue) = 175+91+223=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF5BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDF is #50A420. Grayscale: #828282. Windows color (decimal): -5284897 or 14637999. OLE color: 14637999.
HSL color Cylindrical-coordinate representation of color #AF5BDF: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5BDF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 91 | 223 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.13 |
| HSL | 278.18º | 0.67% | 0.62% | - |
| HSV(B) | 278.18º | 0.59% | 0.87% | - |
| XYZ | 34.74 | 21.92 | 72.21 | - |
| YUV | 131.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 223 | 0.22 | 0.59 | 0 | 0.13 | 278.18 | 0.67 | 0.62 |
| Hex | AF | 5B | DF | 16 | 3B | 0 | D | 116 | 43 | 3E |
| Octal | 257 | 133 | 337 | 26 | 73 | 0 | 15 | 426 | 103 | 76 |
| Binary | 10101111 | 1011011 | 11011111 | 10110 | 111011 | 0 | 1101 | 100010110 | 1000011 | 111110 |
Color Harmonies of #AF5BDF
Complementary color
Monochromatic Colors of #AF5BDF
Black with #AF5BDF
Text Example
Text Example
White with #AF5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BDF; }
p { color: rgb(175,91,223); }
H1.HeaderClassName
{
color: #AF5BDF;
}
.AnyTagClassName
{
color: #AF5BDF;
}
</style>
background-color css
<style>
a { background-color: #AF5BDF; }
a { background-color: rgb(175,91,223); }
div.DivClassName
{
background-color: #AF5BDF;
}
.BgClassName
{
background-color: #AF5BDF;
}
</style>
border-color css
<style>
span { border-color: #AF5BDF; }
span { border-color: rgb(175,91,223); }
td.TdClassName
{
border-color: #AF5BDF;
}
.TagClassName
{
border-color: #AF5BDF;
}
</style>