Shades of Medium Orchid #AF5ED6
Tints of Medium Orchid #AF5ED6
RGB
CMYK
RGB Variations
Color information
#AF5ED6 (or 0xAF5ED6) is known color: Medium Orchid. HEX triplet: AF, 5E and D6. RGB value is (175,94,214). Sum of RGB (Red+Green+Blue) = 175+94+214=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF5ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ED6 is #50A129. Grayscale: #838383. Windows color (decimal): -5284138 or 14048943. OLE color: 14048943.
HSL color Cylindrical-coordinate representation of color #AF5ED6: hue angle of 280.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5ED6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 94 | 214 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.16 |
| HSL | 280.5º | 0.59% | 0.6% | - |
| HSV(B) | 280.5º | 0.56% | 0.84% | - |
| XYZ | 33.82 | 21.97 | 66.08 | - |
| YUV | 131.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 214 | 0.18 | 0.56 | 0 | 0.16 | 280.5 | 0.59 | 0.6 |
| Hex | AF | 5E | D6 | 12 | 38 | 0 | 10 | 118 | 3B | 3C |
| Octal | 257 | 136 | 326 | 22 | 70 | 0 | 20 | 430 | 73 | 74 |
| Binary | 10101111 | 1011110 | 11010110 | 10010 | 111000 | 0 | 10000 | 100011000 | 111011 | 111100 |
Color Harmonies of #AF5ED6
Complementary color
Monochromatic Colors of #AF5ED6
Black with #AF5ED6
Text Example
Text Example
White with #AF5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ED6; }
p { color: rgb(175,94,214); }
H1.HeaderClassName
{
color: #AF5ED6;
}
.AnyTagClassName
{
color: #AF5ED6;
}
</style>
background-color css
<style>
a { background-color: #AF5ED6; }
a { background-color: rgb(175,94,214); }
div.DivClassName
{
background-color: #AF5ED6;
}
.BgClassName
{
background-color: #AF5ED6;
}
</style>
border-color css
<style>
span { border-color: #AF5ED6; }
span { border-color: rgb(175,94,214); }
td.TdClassName
{
border-color: #AF5ED6;
}
.TagClassName
{
border-color: #AF5ED6;
}
</style>