Shades of Medium Orchid #AF55C4
Tints of Medium Orchid #AF55C4
RGB
CMYK
RGB Variations
Color information
#AF55C4 (or 0xAF55C4) is known color: Medium Orchid. HEX triplet: AF, 55 and C4. RGB value is (175,85,196). Sum of RGB (Red+Green+Blue) = 175+85+196=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF55C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C4 is #50AA3B. Grayscale: #7C7C7C. Windows color (decimal): -5286460 or 12866991. OLE color: 12866991.
HSL color Cylindrical-coordinate representation of color #AF55C4: hue angle of 288.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF55C4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 85 | 196 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.23 |
| HSL | 288.65º | 0.48% | 0.55% | - |
| HSV(B) | 288.65º | 0.57% | 0.77% | - |
| XYZ | 30.89 | 19.6 | 54.38 | - |
| YUV | 124.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 196 | 0.11 | 0.57 | 0 | 0.23 | 288.65 | 0.48 | 0.55 |
| Hex | AF | 55 | C4 | B | 39 | 0 | 17 | 121 | 30 | 37 |
| Octal | 257 | 125 | 304 | 13 | 71 | 0 | 27 | 441 | 60 | 67 |
| Binary | 10101111 | 1010101 | 11000100 | 1011 | 111001 | 0 | 10111 | 100100001 | 110000 | 110111 |
Color Harmonies of #AF55C4
Complementary color
Monochromatic Colors of #AF55C4
Black with #AF55C4
Text Example
Text Example
White with #AF55C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55C4; }
p { color: rgb(175,85,196); }
H1.HeaderClassName
{
color: #AF55C4;
}
.AnyTagClassName
{
color: #AF55C4;
}
</style>
background-color css
<style>
a { background-color: #AF55C4; }
a { background-color: rgb(175,85,196); }
div.DivClassName
{
background-color: #AF55C4;
}
.BgClassName
{
background-color: #AF55C4;
}
</style>
border-color css
<style>
span { border-color: #AF55C4; }
span { border-color: rgb(175,85,196); }
td.TdClassName
{
border-color: #AF55C4;
}
.TagClassName
{
border-color: #AF55C4;
}
</style>