Shades of Medium Orchid #AF4EED
Tints of Medium Orchid #AF4EED
RGB
CMYK
RGB Variations
Color information
#AF4EED (or 0xAF4EED) is known color: Medium Orchid. HEX triplet: AF, 4E and ED. RGB value is (175,78,237). Sum of RGB (Red+Green+Blue) = 175+78+237=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EED is #50B112. Grayscale: #7C7C7C. Windows color (decimal): -5288211 or 15552175. OLE color: 15552175.
HSL color Cylindrical-coordinate representation of color #AF4EED: hue angle of 276.6º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4EED is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 78 | 237 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 276.6º | 0.82% | 0.62% | - |
| HSV(B) | 276.6º | 0.67% | 0.93% | - |
| XYZ | 35.69 | 20.68 | 82.23 | - |
| YUV | 125.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 237 | 0.26 | 0.67 | 0 | 0.07 | 276.6 | 0.82 | 0.62 |
| Hex | AF | 4E | ED | 1A | 43 | 0 | 7 | 115 | 52 | 3E |
| Octal | 257 | 116 | 355 | 32 | 103 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10101111 | 1001110 | 11101101 | 11010 | 1000011 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #AF4EED
Complementary color
Monochromatic Colors of #AF4EED
Black with #AF4EED
Text Example
Text Example
White with #AF4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EED; }
p { color: rgb(175,78,237); }
H1.HeaderClassName
{
color: #AF4EED;
}
.AnyTagClassName
{
color: #AF4EED;
}
</style>
background-color css
<style>
a { background-color: #AF4EED; }
a { background-color: rgb(175,78,237); }
div.DivClassName
{
background-color: #AF4EED;
}
.BgClassName
{
background-color: #AF4EED;
}
</style>
border-color css
<style>
span { border-color: #AF4EED; }
span { border-color: rgb(175,78,237); }
td.TdClassName
{
border-color: #AF4EED;
}
.TagClassName
{
border-color: #AF4EED;
}
</style>