Shades of Medium Orchid #AF65BF
Tints of Medium Orchid #AF65BF
RGB
CMYK
RGB Variations
Color information
#AF65BF (or 0xAF65BF) is known color: Medium Orchid. HEX triplet: AF, 65 and BF. RGB value is (175,101,191). Sum of RGB (Red+Green+Blue) = 175+101+191=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BF is #509A40. Grayscale: #858585. Windows color (decimal): -5282369 or 12543407. OLE color: 12543407.
HSL color Cylindrical-coordinate representation of color #AF65BF: hue angle of 289.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF65BF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 101 | 191 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.25 |
| HSL | 289.33º | 0.41% | 0.57% | - |
| HSV(B) | 289.33º | 0.47% | 0.75% | - |
| XYZ | 31.74 | 22.18 | 51.9 | - |
| YUV | 133.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 191 | 0.08 | 0.47 | 0 | 0.25 | 289.33 | 0.41 | 0.57 |
| Hex | AF | 65 | BF | 8 | 2F | 0 | 19 | 121 | 29 | 39 |
| Octal | 257 | 145 | 277 | 10 | 57 | 0 | 31 | 441 | 51 | 71 |
| Binary | 10101111 | 1100101 | 10111111 | 1000 | 101111 | 0 | 11001 | 100100001 | 101001 | 111001 |
Color Harmonies of #AF65BF
Complementary color
Monochromatic Colors of #AF65BF
Black with #AF65BF
Text Example
Text Example
White with #AF65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65BF; }
p { color: rgb(175,101,191); }
H1.HeaderClassName
{
color: #AF65BF;
}
.AnyTagClassName
{
color: #AF65BF;
}
</style>
background-color css
<style>
a { background-color: #AF65BF; }
a { background-color: rgb(175,101,191); }
div.DivClassName
{
background-color: #AF65BF;
}
.BgClassName
{
background-color: #AF65BF;
}
</style>
border-color css
<style>
span { border-color: #AF65BF; }
span { border-color: rgb(175,101,191); }
td.TdClassName
{
border-color: #AF65BF;
}
.TagClassName
{
border-color: #AF65BF;
}
</style>