Shades of Medium Orchid #AF3EC4
Tints of Medium Orchid #AF3EC4
RGB
CMYK
RGB Variations
Color information
#AF3EC4 (or 0xAF3EC4) is known color: Medium Orchid. HEX triplet: AF, 3E and C4. RGB value is (175,62,196). Sum of RGB (Red+Green+Blue) = 175+62+196=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF3EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EC4 is #50C13B. Grayscale: #6E6E6E. Windows color (decimal): -5292348 or 12861103. OLE color: 12861103.
HSL color Cylindrical-coordinate representation of color #AF3EC4: hue angle of 290.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3EC4 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 62 | 196 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.23 |
| HSL | 290.6º | 0.53% | 0.51% | - |
| HSV(B) | 290.6º | 0.68% | 0.77% | - |
| XYZ | 29.37 | 16.54 | 53.87 | - |
| YUV | 111.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 196 | 0.11 | 0.68 | 0 | 0.23 | 290.6 | 0.53 | 0.51 |
| Hex | AF | 3E | C4 | B | 44 | 0 | 17 | 123 | 35 | 33 |
| Octal | 257 | 76 | 304 | 13 | 104 | 0 | 27 | 443 | 65 | 63 |
| Binary | 10101111 | 111110 | 11000100 | 1011 | 1000100 | 0 | 10111 | 100100011 | 110101 | 110011 |
Color Harmonies of #AF3EC4
Complementary color
Monochromatic Colors of #AF3EC4
Black with #AF3EC4
Text Example
Text Example
White with #AF3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EC4; }
p { color: rgb(175,62,196); }
H1.HeaderClassName
{
color: #AF3EC4;
}
.AnyTagClassName
{
color: #AF3EC4;
}
</style>
background-color css
<style>
a { background-color: #AF3EC4; }
a { background-color: rgb(175,62,196); }
div.DivClassName
{
background-color: #AF3EC4;
}
.BgClassName
{
background-color: #AF3EC4;
}
</style>
border-color css
<style>
span { border-color: #AF3EC4; }
span { border-color: rgb(175,62,196); }
td.TdClassName
{
border-color: #AF3EC4;
}
.TagClassName
{
border-color: #AF3EC4;
}
</style>