Shades of Medium Orchid #AF4ED6
Tints of Medium Orchid #AF4ED6
RGB
CMYK
RGB Variations
Color information
#AF4ED6 (or 0xAF4ED6) is known color: Medium Orchid. HEX triplet: AF, 4E and D6. RGB value is (175,78,214). Sum of RGB (Red+Green+Blue) = 175+78+214=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF4ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED6 is #50B129. Grayscale: #7A7A7A. Windows color (decimal): -5288234 or 14044847. OLE color: 14044847.
HSL color Cylindrical-coordinate representation of color #AF4ED6: hue angle of 282.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4ED6 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 78 | 214 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.16 |
| HSL | 282.79º | 0.62% | 0.57% | - |
| HSV(B) | 282.79º | 0.64% | 0.84% | - |
| XYZ | 32.54 | 19.42 | 65.65 | - |
| YUV | 122.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 214 | 0.18 | 0.64 | 0 | 0.16 | 282.79 | 0.62 | 0.57 |
| Hex | AF | 4E | D6 | 12 | 40 | 0 | 10 | 11B | 3E | 39 |
| Octal | 257 | 116 | 326 | 22 | 100 | 0 | 20 | 433 | 76 | 71 |
| Binary | 10101111 | 1001110 | 11010110 | 10010 | 1000000 | 0 | 10000 | 100011011 | 111110 | 111001 |
Color Harmonies of #AF4ED6
Complementary color
Monochromatic Colors of #AF4ED6
Black with #AF4ED6
Text Example
Text Example
White with #AF4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ED6; }
p { color: rgb(175,78,214); }
H1.HeaderClassName
{
color: #AF4ED6;
}
.AnyTagClassName
{
color: #AF4ED6;
}
</style>
background-color css
<style>
a { background-color: #AF4ED6; }
a { background-color: rgb(175,78,214); }
div.DivClassName
{
background-color: #AF4ED6;
}
.BgClassName
{
background-color: #AF4ED6;
}
</style>
border-color css
<style>
span { border-color: #AF4ED6; }
span { border-color: rgb(175,78,214); }
td.TdClassName
{
border-color: #AF4ED6;
}
.TagClassName
{
border-color: #AF4ED6;
}
</style>