Shades of Medium Orchid #AF5EC1
Tints of Medium Orchid #AF5EC1
RGB
CMYK
RGB Variations
Color information
#AF5EC1 (or 0xAF5EC1) is known color: Medium Orchid. HEX triplet: AF, 5E and C1. RGB value is (175,94,193). Sum of RGB (Red+Green+Blue) = 175+94+193=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF5EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EC1 is #50A13E. Grayscale: #818181. Windows color (decimal): -5284159 or 12672687. OLE color: 12672687.
HSL color Cylindrical-coordinate representation of color #AF5EC1: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5EC1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 94 | 193 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.24 |
| HSL | 289.09º | 0.44% | 0.56% | - |
| HSV(B) | 289.09º | 0.51% | 0.76% | - |
| XYZ | 31.31 | 20.97 | 52.85 | - |
| YUV | 129.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 193 | 0.09 | 0.51 | 0 | 0.24 | 289.09 | 0.44 | 0.56 |
| Hex | AF | 5E | C1 | 9 | 33 | 0 | 18 | 121 | 2C | 38 |
| Octal | 257 | 136 | 301 | 11 | 63 | 0 | 30 | 441 | 54 | 70 |
| Binary | 10101111 | 1011110 | 11000001 | 1001 | 110011 | 0 | 11000 | 100100001 | 101100 | 111000 |
Color Harmonies of #AF5EC1
Complementary color
Monochromatic Colors of #AF5EC1
Black with #AF5EC1
Text Example
Text Example
White with #AF5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EC1; }
p { color: rgb(175,94,193); }
H1.HeaderClassName
{
color: #AF5EC1;
}
.AnyTagClassName
{
color: #AF5EC1;
}
</style>
background-color css
<style>
a { background-color: #AF5EC1; }
a { background-color: rgb(175,94,193); }
div.DivClassName
{
background-color: #AF5EC1;
}
.BgClassName
{
background-color: #AF5EC1;
}
</style>
border-color css
<style>
span { border-color: #AF5EC1; }
span { border-color: rgb(175,94,193); }
td.TdClassName
{
border-color: #AF5EC1;
}
.TagClassName
{
border-color: #AF5EC1;
}
</style>