Shades of Medium Orchid #AF3EDA
Tints of Medium Orchid #AF3EDA
RGB
CMYK
RGB Variations
Color information
#AF3EDA (or 0xAF3EDA) is known color: Medium Orchid. HEX triplet: AF, 3E and DA. RGB value is (175,62,218). Sum of RGB (Red+Green+Blue) = 175+62+218=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EDA is #50C125. Grayscale: #717171. Windows color (decimal): -5292326 or 14302895. OLE color: 14302895.
HSL color Cylindrical-coordinate representation of color #AF3EDA: hue angle of 283.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3EDA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 62 | 218 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.15 |
| HSL | 283.46º | 0.68% | 0.55% | - |
| HSV(B) | 283.46º | 0.72% | 0.85% | - |
| XYZ | 32.06 | 17.62 | 68.04 | - |
| YUV | 113.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 218 | 0.20 | 0.72 | 0 | 0.15 | 283.46 | 0.68 | 0.55 |
| Hex | AF | 3E | DA | 14 | 48 | 0 | F | 11B | 44 | 37 |
| Octal | 257 | 76 | 332 | 24 | 110 | 0 | 17 | 433 | 104 | 67 |
| Binary | 10101111 | 111110 | 11011010 | 10100 | 1001000 | 0 | 1111 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AF3EDA
Complementary color
Monochromatic Colors of #AF3EDA
Black with #AF3EDA
Text Example
Text Example
White with #AF3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EDA; }
p { color: rgb(175,62,218); }
H1.HeaderClassName
{
color: #AF3EDA;
}
.AnyTagClassName
{
color: #AF3EDA;
}
</style>
background-color css
<style>
a { background-color: #AF3EDA; }
a { background-color: rgb(175,62,218); }
div.DivClassName
{
background-color: #AF3EDA;
}
.BgClassName
{
background-color: #AF3EDA;
}
</style>
border-color css
<style>
span { border-color: #AF3EDA; }
span { border-color: rgb(175,62,218); }
td.TdClassName
{
border-color: #AF3EDA;
}
.TagClassName
{
border-color: #AF3EDA;
}
</style>