Shades of Medium Orchid #AF60C5
Tints of Medium Orchid #AF60C5
RGB
CMYK
RGB Variations
Color information
#AF60C5 (or 0xAF60C5) is known color: Medium Orchid. HEX triplet: AF, 60 and C5. RGB value is (175,96,197). Sum of RGB (Red+Green+Blue) = 175+96+197=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF60C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C5 is #509F3A. Grayscale: #828282. Windows color (decimal): -5283643 or 12935343. OLE color: 12935343.
HSL color Cylindrical-coordinate representation of color #AF60C5: hue angle of 286.93º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF60C5 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 96 | 197 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.23 |
| HSL | 286.93º | 0.47% | 0.57% | - |
| HSV(B) | 286.93º | 0.51% | 0.77% | - |
| XYZ | 31.94 | 21.51 | 55.29 | - |
| YUV | 131.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 197 | 0.11 | 0.51 | 0 | 0.23 | 286.93 | 0.47 | 0.57 |
| Hex | AF | 60 | C5 | B | 33 | 0 | 17 | 11F | 2F | 39 |
| Octal | 257 | 140 | 305 | 13 | 63 | 0 | 27 | 437 | 57 | 71 |
| Binary | 10101111 | 1100000 | 11000101 | 1011 | 110011 | 0 | 10111 | 100011111 | 101111 | 111001 |
Color Harmonies of #AF60C5
Complementary color
Monochromatic Colors of #AF60C5
Black with #AF60C5
Text Example
Text Example
White with #AF60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60C5; }
p { color: rgb(175,96,197); }
H1.HeaderClassName
{
color: #AF60C5;
}
.AnyTagClassName
{
color: #AF60C5;
}
</style>
background-color css
<style>
a { background-color: #AF60C5; }
a { background-color: rgb(175,96,197); }
div.DivClassName
{
background-color: #AF60C5;
}
.BgClassName
{
background-color: #AF60C5;
}
</style>
border-color css
<style>
span { border-color: #AF60C5; }
span { border-color: rgb(175,96,197); }
td.TdClassName
{
border-color: #AF60C5;
}
.TagClassName
{
border-color: #AF60C5;
}
</style>