Shades of Medium Orchid #AF55C5
Tints of Medium Orchid #AF55C5
RGB
CMYK
RGB Variations
Color information
#AF55C5 (or 0xAF55C5) is known color: Medium Orchid. HEX triplet: AF, 55 and C5. RGB value is (175,85,197). Sum of RGB (Red+Green+Blue) = 175+85+197=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF55C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C5 is #50AA3A. Grayscale: #7C7C7C. Windows color (decimal): -5286459 or 12932527. OLE color: 12932527.
HSL color Cylindrical-coordinate representation of color #AF55C5: hue angle of 288.21º degrees, saturation: 0.49, 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 #AF55C5 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 85 | 197 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.23 |
| HSL | 288.21º | 0.49% | 0.55% | - |
| HSV(B) | 288.21º | 0.57% | 0.77% | - |
| XYZ | 31.01 | 19.64 | 54.98 | - |
| YUV | 124.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 197 | 0.11 | 0.57 | 0 | 0.23 | 288.21 | 0.49 | 0.55 |
| Hex | AF | 55 | C5 | B | 39 | 0 | 17 | 120 | 31 | 37 |
| Octal | 257 | 125 | 305 | 13 | 71 | 0 | 27 | 440 | 61 | 67 |
| Binary | 10101111 | 1010101 | 11000101 | 1011 | 111001 | 0 | 10111 | 100100000 | 110001 | 110111 |
Color Harmonies of #AF55C5
Complementary color
Monochromatic Colors of #AF55C5
Black with #AF55C5
Text Example
Text Example
White with #AF55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55C5; }
p { color: rgb(175,85,197); }
H1.HeaderClassName
{
color: #AF55C5;
}
.AnyTagClassName
{
color: #AF55C5;
}
</style>
background-color css
<style>
a { background-color: #AF55C5; }
a { background-color: rgb(175,85,197); }
div.DivClassName
{
background-color: #AF55C5;
}
.BgClassName
{
background-color: #AF55C5;
}
</style>
border-color css
<style>
span { border-color: #AF55C5; }
span { border-color: rgb(175,85,197); }
td.TdClassName
{
border-color: #AF55C5;
}
.TagClassName
{
border-color: #AF55C5;
}
</style>