Shades of Medium Orchid #AF5ECC
Tints of Medium Orchid #AF5ECC
RGB
CMYK
RGB Variations
Color information
#AF5ECC (or 0xAF5ECC) is known color: Medium Orchid. HEX triplet: AF, 5E and CC. RGB value is (175,94,204). Sum of RGB (Red+Green+Blue) = 175+94+204=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ECC is #50A133. Grayscale: #828282. Windows color (decimal): -5284148 or 13393583. OLE color: 13393583.
HSL color Cylindrical-coordinate representation of color #AF5ECC: hue angle of 284.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5ECC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 94 | 204 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.2 |
| HSL | 284.18º | 0.52% | 0.58% | - |
| HSV(B) | 284.18º | 0.54% | 0.8% | - |
| XYZ | 32.58 | 21.48 | 59.56 | - |
| YUV | 130.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 204 | 0.14 | 0.54 | 0 | 0.2 | 284.18 | 0.52 | 0.58 |
| Hex | AF | 5E | CC | E | 36 | 0 | 14 | 11C | 34 | 3A |
| Octal | 257 | 136 | 314 | 16 | 66 | 0 | 24 | 434 | 64 | 72 |
| Binary | 10101111 | 1011110 | 11001100 | 1110 | 110110 | 0 | 10100 | 100011100 | 110100 | 111010 |
Color Harmonies of #AF5ECC
Complementary color
Monochromatic Colors of #AF5ECC
Black with #AF5ECC
Text Example
Text Example
White with #AF5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ECC; }
p { color: rgb(175,94,204); }
H1.HeaderClassName
{
color: #AF5ECC;
}
.AnyTagClassName
{
color: #AF5ECC;
}
</style>
background-color css
<style>
a { background-color: #AF5ECC; }
a { background-color: rgb(175,94,204); }
div.DivClassName
{
background-color: #AF5ECC;
}
.BgClassName
{
background-color: #AF5ECC;
}
</style>
border-color css
<style>
span { border-color: #AF5ECC; }
span { border-color: rgb(175,94,204); }
td.TdClassName
{
border-color: #AF5ECC;
}
.TagClassName
{
border-color: #AF5ECC;
}
</style>