Shades of Medium Orchid #AF66C1
Tints of Medium Orchid #AF66C1
RGB
CMYK
RGB Variations
Color information
#AF66C1 (or 0xAF66C1) is known color: Medium Orchid. HEX triplet: AF, 66 and C1. RGB value is (175,102,193). Sum of RGB (Red+Green+Blue) = 175+102+193=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF66C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66C1 is #50993E. Grayscale: #858585. Windows color (decimal): -5282111 or 12674735. OLE color: 12674735.
HSL color Cylindrical-coordinate representation of color #AF66C1: hue angle of 288.13º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF66C1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 102 | 193 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288.13º | 0.42% | 0.58% | - |
| HSV(B) | 288.13º | 0.47% | 0.76% | - |
| XYZ | 32.06 | 22.47 | 53.1 | - |
| YUV | 134.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 193 | 0.09 | 0.47 | 0 | 0.24 | 288.13 | 0.42 | 0.58 |
| Hex | AF | 66 | C1 | 9 | 2F | 0 | 18 | 120 | 2A | 3A |
| Octal | 257 | 146 | 301 | 11 | 57 | 0 | 30 | 440 | 52 | 72 |
| Binary | 10101111 | 1100110 | 11000001 | 1001 | 101111 | 0 | 11000 | 100100000 | 101010 | 111010 |
Color Harmonies of #AF66C1
Complementary color
Monochromatic Colors of #AF66C1
Black with #AF66C1
Text Example
Text Example
White with #AF66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66C1; }
p { color: rgb(175,102,193); }
H1.HeaderClassName
{
color: #AF66C1;
}
.AnyTagClassName
{
color: #AF66C1;
}
</style>
background-color css
<style>
a { background-color: #AF66C1; }
a { background-color: rgb(175,102,193); }
div.DivClassName
{
background-color: #AF66C1;
}
.BgClassName
{
background-color: #AF66C1;
}
</style>
border-color css
<style>
span { border-color: #AF66C1; }
span { border-color: rgb(175,102,193); }
td.TdClassName
{
border-color: #AF66C1;
}
.TagClassName
{
border-color: #AF66C1;
}
</style>