Shades of Medium Orchid #AF60C1
Tints of Medium Orchid #AF60C1
RGB
CMYK
RGB Variations
Color information
#AF60C1 (or 0xAF60C1) is known color: Medium Orchid. HEX triplet: AF, 60 and C1. RGB value is (175,96,193). Sum of RGB (Red+Green+Blue) = 175+96+193=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C1 is #509F3E. Grayscale: #828282. Windows color (decimal): -5283647 or 12673199. OLE color: 12673199.
HSL color Cylindrical-coordinate representation of color #AF60C1: hue angle of 288.87º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF60C1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 96 | 193 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.24 |
| HSL | 288.87º | 0.44% | 0.57% | - |
| HSV(B) | 288.87º | 0.5% | 0.76% | - |
| XYZ | 31.49 | 21.33 | 52.91 | - |
| YUV | 130.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 193 | 0.09 | 0.50 | 0 | 0.24 | 288.87 | 0.44 | 0.57 |
| Hex | AF | 60 | C1 | 9 | 32 | 0 | 18 | 121 | 2C | 39 |
| Octal | 257 | 140 | 301 | 11 | 62 | 0 | 30 | 441 | 54 | 71 |
| Binary | 10101111 | 1100000 | 11000001 | 1001 | 110010 | 0 | 11000 | 100100001 | 101100 | 111001 |
Color Harmonies of #AF60C1
Complementary color
Monochromatic Colors of #AF60C1
Black with #AF60C1
Text Example
Text Example
White with #AF60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60C1; }
p { color: rgb(175,96,193); }
H1.HeaderClassName
{
color: #AF60C1;
}
.AnyTagClassName
{
color: #AF60C1;
}
</style>
background-color css
<style>
a { background-color: #AF60C1; }
a { background-color: rgb(175,96,193); }
div.DivClassName
{
background-color: #AF60C1;
}
.BgClassName
{
background-color: #AF60C1;
}
</style>
border-color css
<style>
span { border-color: #AF60C1; }
span { border-color: rgb(175,96,193); }
td.TdClassName
{
border-color: #AF60C1;
}
.TagClassName
{
border-color: #AF60C1;
}
</style>