Shades of Medium Orchid #AF6ABF
Tints of Medium Orchid #AF6ABF
RGB
CMYK
RGB Variations
Color information
#AF6ABF (or 0xAF6ABF) is known color: Medium Orchid. HEX triplet: AF, 6A and BF. RGB value is (175,106,191). Sum of RGB (Red+Green+Blue) = 175+106+191=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ABF is #509540. Grayscale: #888888. Windows color (decimal): -5281089 or 12544687. OLE color: 12544687.
HSL color Cylindrical-coordinate representation of color #AF6ABF: hue angle of 288.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6ABF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 106 | 191 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.25 |
| HSL | 288.71º | 0.4% | 0.58% | - |
| HSV(B) | 288.71º | 0.45% | 0.75% | - |
| XYZ | 32.24 | 23.18 | 52.07 | - |
| YUV | 136.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 191 | 0.08 | 0.45 | 0 | 0.25 | 288.71 | 0.4 | 0.58 |
| Hex | AF | 6A | BF | 8 | 2D | 0 | 19 | 121 | 28 | 3A |
| Octal | 257 | 152 | 277 | 10 | 55 | 0 | 31 | 441 | 50 | 72 |
| Binary | 10101111 | 1101010 | 10111111 | 1000 | 101101 | 0 | 11001 | 100100001 | 101000 | 111010 |
Color Harmonies of #AF6ABF
Complementary color
Monochromatic Colors of #AF6ABF
Black with #AF6ABF
Text Example
Text Example
White with #AF6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ABF; }
p { color: rgb(175,106,191); }
H1.HeaderClassName
{
color: #AF6ABF;
}
.AnyTagClassName
{
color: #AF6ABF;
}
</style>
background-color css
<style>
a { background-color: #AF6ABF; }
a { background-color: rgb(175,106,191); }
div.DivClassName
{
background-color: #AF6ABF;
}
.BgClassName
{
background-color: #AF6ABF;
}
</style>
border-color css
<style>
span { border-color: #AF6ABF; }
span { border-color: rgb(175,106,191); }
td.TdClassName
{
border-color: #AF6ABF;
}
.TagClassName
{
border-color: #AF6ABF;
}
</style>