Shades of Medium Orchid #AF66C0
Tints of Medium Orchid #AF66C0
RGB
CMYK
RGB Variations
Color information
#AF66C0 (or 0xAF66C0) is known color: Medium Orchid. HEX triplet: AF, 66 and C0. RGB value is (175,102,192). Sum of RGB (Red+Green+Blue) = 175+102+192=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF66C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66C0 is #50993F. Grayscale: #858585. Windows color (decimal): -5282112 or 12609199. OLE color: 12609199.
HSL color Cylindrical-coordinate representation of color #AF66C0: hue angle of 288.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF66C0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 102 | 192 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.25 |
| HSL | 288.67º | 0.42% | 0.58% | - |
| HSV(B) | 288.67º | 0.47% | 0.75% | - |
| XYZ | 31.95 | 22.42 | 52.51 | - |
| YUV | 134.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 192 | 0.09 | 0.47 | 0 | 0.25 | 288.67 | 0.42 | 0.58 |
| Hex | AF | 66 | C0 | 9 | 2F | 0 | 19 | 121 | 2A | 3A |
| Octal | 257 | 146 | 300 | 11 | 57 | 0 | 31 | 441 | 52 | 72 |
| Binary | 10101111 | 1100110 | 11000000 | 1001 | 101111 | 0 | 11001 | 100100001 | 101010 | 111010 |
Color Harmonies of #AF66C0
Complementary color
Monochromatic Colors of #AF66C0
Black with #AF66C0
Text Example
Text Example
White with #AF66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66C0; }
p { color: rgb(175,102,192); }
H1.HeaderClassName
{
color: #AF66C0;
}
.AnyTagClassName
{
color: #AF66C0;
}
</style>
background-color css
<style>
a { background-color: #AF66C0; }
a { background-color: rgb(175,102,192); }
div.DivClassName
{
background-color: #AF66C0;
}
.BgClassName
{
background-color: #AF66C0;
}
</style>
border-color css
<style>
span { border-color: #AF66C0; }
span { border-color: rgb(175,102,192); }
td.TdClassName
{
border-color: #AF66C0;
}
.TagClassName
{
border-color: #AF66C0;
}
</style>