Shades of Medium Orchid #AF67C1
Tints of Medium Orchid #AF67C1
RGB
CMYK
RGB Variations
Color information
#AF67C1 (or 0xAF67C1) is known color: Medium Orchid. HEX triplet: AF, 67 and C1. RGB value is (175,103,193). Sum of RGB (Red+Green+Blue) = 175+103+193=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C1 is #50983E. Grayscale: #868686. Windows color (decimal): -5281855 or 12674991. OLE color: 12674991.
HSL color Cylindrical-coordinate representation of color #AF67C1: hue angle of 288º 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 #AF67C1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 103 | 193 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288º | 0.42% | 0.58% | - |
| HSV(B) | 288º | 0.47% | 0.76% | - |
| XYZ | 32.16 | 22.66 | 53.13 | - |
| YUV | 134.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 193 | 0.09 | 0.47 | 0 | 0.24 | 288 | 0.42 | 0.58 |
| Hex | AF | 67 | C1 | 9 | 2F | 0 | 18 | 120 | 2A | 3A |
| Octal | 257 | 147 | 301 | 11 | 57 | 0 | 30 | 440 | 52 | 72 |
| Binary | 10101111 | 1100111 | 11000001 | 1001 | 101111 | 0 | 11000 | 100100000 | 101010 | 111010 |
Color Harmonies of #AF67C1
Complementary color
Monochromatic Colors of #AF67C1
Black with #AF67C1
Text Example
Text Example
White with #AF67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67C1; }
p { color: rgb(175,103,193); }
H1.HeaderClassName
{
color: #AF67C1;
}
.AnyTagClassName
{
color: #AF67C1;
}
</style>
background-color css
<style>
a { background-color: #AF67C1; }
a { background-color: rgb(175,103,193); }
div.DivClassName
{
background-color: #AF67C1;
}
.BgClassName
{
background-color: #AF67C1;
}
</style>
border-color css
<style>
span { border-color: #AF67C1; }
span { border-color: rgb(175,103,193); }
td.TdClassName
{
border-color: #AF67C1;
}
.TagClassName
{
border-color: #AF67C1;
}
</style>