Shades of Medium Orchid #AF6EC1
Tints of Medium Orchid #AF6EC1
RGB
CMYK
RGB Variations
Color information
#AF6EC1 (or 0xAF6EC1) is known color: Medium Orchid. HEX triplet: AF, 6E and C1. RGB value is (175,110,193). Sum of RGB (Red+Green+Blue) = 175+110+193=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF6EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EC1 is #50913E. Grayscale: #8A8A8A. Windows color (decimal): -5280063 or 12676783. OLE color: 12676783.
HSL color Cylindrical-coordinate representation of color #AF6EC1: hue angle of 286.99º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6EC1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 110 | 193 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.24 |
| HSL | 286.99º | 0.4% | 0.59% | - |
| HSV(B) | 286.99º | 0.43% | 0.76% | - |
| XYZ | 32.88 | 24.12 | 53.37 | - |
| YUV | 138.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 193 | 0.09 | 0.43 | 0 | 0.24 | 286.99 | 0.4 | 0.59 |
| Hex | AF | 6E | C1 | 9 | 2B | 0 | 18 | 11F | 28 | 3B |
| Octal | 257 | 156 | 301 | 11 | 53 | 0 | 30 | 437 | 50 | 73 |
| Binary | 10101111 | 1101110 | 11000001 | 1001 | 101011 | 0 | 11000 | 100011111 | 101000 | 111011 |
Color Harmonies of #AF6EC1
Complementary color
Monochromatic Colors of #AF6EC1
Black with #AF6EC1
Text Example
Text Example
White with #AF6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EC1; }
p { color: rgb(175,110,193); }
H1.HeaderClassName
{
color: #AF6EC1;
}
.AnyTagClassName
{
color: #AF6EC1;
}
</style>
background-color css
<style>
a { background-color: #AF6EC1; }
a { background-color: rgb(175,110,193); }
div.DivClassName
{
background-color: #AF6EC1;
}
.BgClassName
{
background-color: #AF6EC1;
}
</style>
border-color css
<style>
span { border-color: #AF6EC1; }
span { border-color: rgb(175,110,193); }
td.TdClassName
{
border-color: #AF6EC1;
}
.TagClassName
{
border-color: #AF6EC1;
}
</style>