Shades of Medium Orchid #AF65D0
Tints of Medium Orchid #AF65D0
RGB
CMYK
RGB Variations
Color information
#AF65D0 (or 0xAF65D0) is known color: Medium Orchid. HEX triplet: AF, 65 and D0. RGB value is (175,101,208). Sum of RGB (Red+Green+Blue) = 175+101+208=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF65D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65D0 is #509A2F. Grayscale: #868686. Windows color (decimal): -5282352 or 13657519. OLE color: 13657519.
HSL color Cylindrical-coordinate representation of color #AF65D0: hue angle of 281.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF65D0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 101 | 208 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.18 |
| HSL | 281.5º | 0.53% | 0.61% | - |
| HSV(B) | 281.5º | 0.51% | 0.82% | - |
| XYZ | 33.72 | 22.98 | 62.33 | - |
| YUV | 135.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 208 | 0.16 | 0.51 | 0 | 0.18 | 281.5 | 0.53 | 0.61 |
| Hex | AF | 65 | D0 | 10 | 33 | 0 | 12 | 119 | 35 | 3D |
| Octal | 257 | 145 | 320 | 20 | 63 | 0 | 22 | 431 | 65 | 75 |
| Binary | 10101111 | 1100101 | 11010000 | 10000 | 110011 | 0 | 10010 | 100011001 | 110101 | 111101 |
Color Harmonies of #AF65D0
Complementary color
Monochromatic Colors of #AF65D0
Black with #AF65D0
Text Example
Text Example
White with #AF65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65D0; }
p { color: rgb(175,101,208); }
H1.HeaderClassName
{
color: #AF65D0;
}
.AnyTagClassName
{
color: #AF65D0;
}
</style>
background-color css
<style>
a { background-color: #AF65D0; }
a { background-color: rgb(175,101,208); }
div.DivClassName
{
background-color: #AF65D0;
}
.BgClassName
{
background-color: #AF65D0;
}
</style>
border-color css
<style>
span { border-color: #AF65D0; }
span { border-color: rgb(175,101,208); }
td.TdClassName
{
border-color: #AF65D0;
}
.TagClassName
{
border-color: #AF65D0;
}
</style>