Shades of Medium Orchid #AF67C0
Tints of Medium Orchid #AF67C0
RGB
CMYK
RGB Variations
Color information
#AF67C0 (or 0xAF67C0) is known color: Medium Orchid. HEX triplet: AF, 67 and C0. RGB value is (175,103,192). Sum of RGB (Red+Green+Blue) = 175+103+192=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C0 is #50983F. Grayscale: #868686. Windows color (decimal): -5281856 or 12609455. OLE color: 12609455.
HSL color Cylindrical-coordinate representation of color #AF67C0: hue angle of 288.54º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF67C0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 103 | 192 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.25 |
| HSL | 288.54º | 0.41% | 0.58% | - |
| HSV(B) | 288.54º | 0.46% | 0.75% | - |
| XYZ | 32.04 | 22.62 | 52.55 | - |
| YUV | 134.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 192 | 0.09 | 0.46 | 0 | 0.25 | 288.54 | 0.41 | 0.58 |
| Hex | AF | 67 | C0 | 9 | 2E | 0 | 19 | 121 | 29 | 3A |
| Octal | 257 | 147 | 300 | 11 | 56 | 0 | 31 | 441 | 51 | 72 |
| Binary | 10101111 | 1100111 | 11000000 | 1001 | 101110 | 0 | 11001 | 100100001 | 101001 | 111010 |
Color Harmonies of #AF67C0
Complementary color
Monochromatic Colors of #AF67C0
Black with #AF67C0
Text Example
Text Example
White with #AF67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67C0; }
p { color: rgb(175,103,192); }
H1.HeaderClassName
{
color: #AF67C0;
}
.AnyTagClassName
{
color: #AF67C0;
}
</style>
background-color css
<style>
a { background-color: #AF67C0; }
a { background-color: rgb(175,103,192); }
div.DivClassName
{
background-color: #AF67C0;
}
.BgClassName
{
background-color: #AF67C0;
}
</style>
border-color css
<style>
span { border-color: #AF67C0; }
span { border-color: rgb(175,103,192); }
td.TdClassName
{
border-color: #AF67C0;
}
.TagClassName
{
border-color: #AF67C0;
}
</style>