Shades of Medium Orchid #AF3EC7
Tints of Medium Orchid #AF3EC7
RGB
CMYK
RGB Variations
Color information
#AF3EC7 (or 0xAF3EC7) is known color: Medium Orchid. HEX triplet: AF, 3E and C7. RGB value is (175,62,199). Sum of RGB (Red+Green+Blue) = 175+62+199=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF3EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EC7 is #50C138. Grayscale: #6E6E6E. Windows color (decimal): -5292345 or 13057711. OLE color: 13057711.
HSL color Cylindrical-coordinate representation of color #AF3EC7: hue angle of 289.49º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3EC7 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 62 | 199 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.22 |
| HSL | 289.49º | 0.55% | 0.51% | - |
| HSV(B) | 289.49º | 0.69% | 0.78% | - |
| XYZ | 29.71 | 16.68 | 55.69 | - |
| YUV | 111.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 199 | 0.12 | 0.69 | 0 | 0.22 | 289.49 | 0.55 | 0.51 |
| Hex | AF | 3E | C7 | C | 45 | 0 | 16 | 121 | 37 | 33 |
| Octal | 257 | 76 | 307 | 14 | 105 | 0 | 26 | 441 | 67 | 63 |
| Binary | 10101111 | 111110 | 11000111 | 1100 | 1000101 | 0 | 10110 | 100100001 | 110111 | 110011 |
Color Harmonies of #AF3EC7
Complementary color
Monochromatic Colors of #AF3EC7
Black with #AF3EC7
Text Example
Text Example
White with #AF3EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EC7; }
p { color: rgb(175,62,199); }
H1.HeaderClassName
{
color: #AF3EC7;
}
.AnyTagClassName
{
color: #AF3EC7;
}
</style>
background-color css
<style>
a { background-color: #AF3EC7; }
a { background-color: rgb(175,62,199); }
div.DivClassName
{
background-color: #AF3EC7;
}
.BgClassName
{
background-color: #AF3EC7;
}
</style>
border-color css
<style>
span { border-color: #AF3EC7; }
span { border-color: rgb(175,62,199); }
td.TdClassName
{
border-color: #AF3EC7;
}
.TagClassName
{
border-color: #AF3EC7;
}
</style>