Shades of Medium Orchid #AF4EDA
Tints of Medium Orchid #AF4EDA
RGB
CMYK
RGB Variations
Color information
#AF4EDA (or 0xAF4EDA) is known color: Medium Orchid. HEX triplet: AF, 4E and DA. RGB value is (175,78,218). Sum of RGB (Red+Green+Blue) = 175+78+218=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF4EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EDA is #50B125. Grayscale: #7A7A7A. Windows color (decimal): -5288230 or 14306991. OLE color: 14306991.
HSL color Cylindrical-coordinate representation of color #AF4EDA: hue angle of 281.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4EDA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 78 | 218 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.15 |
| HSL | 281.57º | 0.65% | 0.58% | - |
| HSV(B) | 281.57º | 0.64% | 0.85% | - |
| XYZ | 33.06 | 19.62 | 68.38 | - |
| YUV | 122.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 218 | 0.20 | 0.64 | 0 | 0.15 | 281.57 | 0.65 | 0.58 |
| Hex | AF | 4E | DA | 14 | 40 | 0 | F | 11A | 41 | 3A |
| Octal | 257 | 116 | 332 | 24 | 100 | 0 | 17 | 432 | 101 | 72 |
| Binary | 10101111 | 1001110 | 11011010 | 10100 | 1000000 | 0 | 1111 | 100011010 | 1000001 | 111010 |
Color Harmonies of #AF4EDA
Complementary color
Monochromatic Colors of #AF4EDA
Black with #AF4EDA
Text Example
Text Example
White with #AF4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EDA; }
p { color: rgb(175,78,218); }
H1.HeaderClassName
{
color: #AF4EDA;
}
.AnyTagClassName
{
color: #AF4EDA;
}
</style>
background-color css
<style>
a { background-color: #AF4EDA; }
a { background-color: rgb(175,78,218); }
div.DivClassName
{
background-color: #AF4EDA;
}
.BgClassName
{
background-color: #AF4EDA;
}
</style>
border-color css
<style>
span { border-color: #AF4EDA; }
span { border-color: rgb(175,78,218); }
td.TdClassName
{
border-color: #AF4EDA;
}
.TagClassName
{
border-color: #AF4EDA;
}
</style>