Shades of Medium Orchid #AF4DED
Tints of Medium Orchid #AF4DED
RGB
CMYK
RGB Variations
Color information
#AF4DED (or 0xAF4DED) is known color: Medium Orchid. HEX triplet: AF, 4D and ED. RGB value is (175,77,237). Sum of RGB (Red+Green+Blue) = 175+77+237=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DED is #50B212. Grayscale: #7C7C7C. Windows color (decimal): -5288467 or 15551919. OLE color: 15551919.
HSL color Cylindrical-coordinate representation of color #AF4DED: hue angle of 276.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4DED is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 77 | 237 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.07 |
| HSL | 276.75º | 0.82% | 0.62% | - |
| HSV(B) | 276.75º | 0.68% | 0.93% | - |
| XYZ | 35.62 | 20.54 | 82.21 | - |
| YUV | 124.54 | 191.47 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 237 | 0.26 | 0.68 | 0 | 0.07 | 276.75 | 0.82 | 0.62 |
| Hex | AF | 4D | ED | 1A | 44 | 0 | 7 | 115 | 52 | 3E |
| Octal | 257 | 115 | 355 | 32 | 104 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10101111 | 1001101 | 11101101 | 11010 | 1000100 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #AF4DED
Complementary color
Monochromatic Colors of #AF4DED
Black with #AF4DED
Text Example
Text Example
White with #AF4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DED; }
p { color: rgb(175,77,237); }
H1.HeaderClassName
{
color: #AF4DED;
}
.AnyTagClassName
{
color: #AF4DED;
}
</style>
background-color css
<style>
a { background-color: #AF4DED; }
a { background-color: rgb(175,77,237); }
div.DivClassName
{
background-color: #AF4DED;
}
.BgClassName
{
background-color: #AF4DED;
}
</style>
border-color css
<style>
span { border-color: #AF4DED; }
span { border-color: rgb(175,77,237); }
td.TdClassName
{
border-color: #AF4DED;
}
.TagClassName
{
border-color: #AF4DED;
}
</style>