Shades of Medium Orchid #AF6DBD
Tints of Medium Orchid #AF6DBD
RGB
CMYK
RGB Variations
Color information
#AF6DBD (or 0xAF6DBD) is known color: Medium Orchid. HEX triplet: AF, 6D and BD. RGB value is (175,109,189). Sum of RGB (Red+Green+Blue) = 175+109+189=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBD is #509242. Grayscale: #898989. Windows color (decimal): -5280323 or 12414383. OLE color: 12414383.
HSL color Cylindrical-coordinate representation of color #AF6DBD: hue angle of 289.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6DBD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 109 | 189 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.26 |
| HSL | 289.5º | 0.38% | 0.58% | - |
| HSV(B) | 289.5º | 0.42% | 0.74% | - |
| XYZ | 32.33 | 23.73 | 51.02 | - |
| YUV | 137.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 189 | 0.07 | 0.42 | 0 | 0.26 | 289.5 | 0.38 | 0.58 |
| Hex | AF | 6D | BD | 7 | 2A | 0 | 1A | 122 | 26 | 3A |
| Octal | 257 | 155 | 275 | 7 | 52 | 0 | 32 | 442 | 46 | 72 |
| Binary | 10101111 | 1101101 | 10111101 | 111 | 101010 | 0 | 11010 | 100100010 | 100110 | 111010 |
Color Harmonies of #AF6DBD
Complementary color
Monochromatic Colors of #AF6DBD
Black with #AF6DBD
Text Example
Text Example
White with #AF6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DBD; }
p { color: rgb(175,109,189); }
H1.HeaderClassName
{
color: #AF6DBD;
}
.AnyTagClassName
{
color: #AF6DBD;
}
</style>
background-color css
<style>
a { background-color: #AF6DBD; }
a { background-color: rgb(175,109,189); }
div.DivClassName
{
background-color: #AF6DBD;
}
.BgClassName
{
background-color: #AF6DBD;
}
</style>
border-color css
<style>
span { border-color: #AF6DBD; }
span { border-color: rgb(175,109,189); }
td.TdClassName
{
border-color: #AF6DBD;
}
.TagClassName
{
border-color: #AF6DBD;
}
</style>