Shades of Medium Orchid #AF55C6
Tints of Medium Orchid #AF55C6
RGB
CMYK
RGB Variations
Color information
#AF55C6 (or 0xAF55C6) is known color: Medium Orchid. HEX triplet: AF, 55 and C6. RGB value is (175,85,198). Sum of RGB (Red+Green+Blue) = 175+85+198=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF55C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C6 is #50AA39. Grayscale: #7C7C7C. Windows color (decimal): -5286458 or 12998063. OLE color: 12998063.
HSL color Cylindrical-coordinate representation of color #AF55C6: hue angle of 287.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF55C6 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 85 | 198 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.22 |
| HSL | 287.79º | 0.5% | 0.55% | - |
| HSV(B) | 287.79º | 0.57% | 0.78% | - |
| XYZ | 31.12 | 19.69 | 55.59 | - |
| YUV | 124.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 198 | 0.12 | 0.57 | 0 | 0.22 | 287.79 | 0.5 | 0.55 |
| Hex | AF | 55 | C6 | C | 39 | 0 | 16 | 120 | 32 | 37 |
| Octal | 257 | 125 | 306 | 14 | 71 | 0 | 26 | 440 | 62 | 67 |
| Binary | 10101111 | 1010101 | 11000110 | 1100 | 111001 | 0 | 10110 | 100100000 | 110010 | 110111 |
Color Harmonies of #AF55C6
Complementary color
Monochromatic Colors of #AF55C6
Black with #AF55C6
Text Example
Text Example
White with #AF55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55C6; }
p { color: rgb(175,85,198); }
H1.HeaderClassName
{
color: #AF55C6;
}
.AnyTagClassName
{
color: #AF55C6;
}
</style>
background-color css
<style>
a { background-color: #AF55C6; }
a { background-color: rgb(175,85,198); }
div.DivClassName
{
background-color: #AF55C6;
}
.BgClassName
{
background-color: #AF55C6;
}
</style>
border-color css
<style>
span { border-color: #AF55C6; }
span { border-color: rgb(175,85,198); }
td.TdClassName
{
border-color: #AF55C6;
}
.TagClassName
{
border-color: #AF55C6;
}
</style>