Shades of Medium Orchid #AF5DC4
Tints of Medium Orchid #AF5DC4
RGB
CMYK
RGB Variations
Color information
#AF5DC4 (or 0xAF5DC4) is known color: Medium Orchid. HEX triplet: AF, 5D and C4. RGB value is (175,93,196). Sum of RGB (Red+Green+Blue) = 175+93+196=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF5DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC4 is #50A23B. Grayscale: #808080. Windows color (decimal): -5284412 or 12869039. OLE color: 12869039.
HSL color Cylindrical-coordinate representation of color #AF5DC4: hue angle of 287.77º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5DC4 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 93 | 196 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.23 |
| HSL | 287.77º | 0.47% | 0.57% | - |
| HSV(B) | 287.77º | 0.53% | 0.77% | - |
| XYZ | 31.56 | 20.93 | 54.6 | - |
| YUV | 129.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 196 | 0.11 | 0.53 | 0 | 0.23 | 287.77 | 0.47 | 0.57 |
| Hex | AF | 5D | C4 | B | 35 | 0 | 17 | 120 | 2F | 39 |
| Octal | 257 | 135 | 304 | 13 | 65 | 0 | 27 | 440 | 57 | 71 |
| Binary | 10101111 | 1011101 | 11000100 | 1011 | 110101 | 0 | 10111 | 100100000 | 101111 | 111001 |
Color Harmonies of #AF5DC4
Complementary color
Monochromatic Colors of #AF5DC4
Black with #AF5DC4
Text Example
Text Example
White with #AF5DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DC4; }
p { color: rgb(175,93,196); }
H1.HeaderClassName
{
color: #AF5DC4;
}
.AnyTagClassName
{
color: #AF5DC4;
}
</style>
background-color css
<style>
a { background-color: #AF5DC4; }
a { background-color: rgb(175,93,196); }
div.DivClassName
{
background-color: #AF5DC4;
}
.BgClassName
{
background-color: #AF5DC4;
}
</style>
border-color css
<style>
span { border-color: #AF5DC4; }
span { border-color: rgb(175,93,196); }
td.TdClassName
{
border-color: #AF5DC4;
}
.TagClassName
{
border-color: #AF5DC4;
}
</style>