Shades of Medium Orchid #AF65D8
Tints of Medium Orchid #AF65D8
RGB
CMYK
RGB Variations
Color information
#AF65D8 (or 0xAF65D8) is known color: Medium Orchid. HEX triplet: AF, 65 and D8. RGB value is (175,101,216). Sum of RGB (Red+Green+Blue) = 175+101+216=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF65D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65D8 is #509A27. Grayscale: #878787. Windows color (decimal): -5282344 or 14181807. OLE color: 14181807.
HSL color Cylindrical-coordinate representation of color #AF65D8: hue angle of 278.61º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF65D8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 101 | 216 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.15 |
| HSL | 278.61º | 0.6% | 0.62% | - |
| HSV(B) | 278.61º | 0.53% | 0.85% | - |
| XYZ | 34.73 | 23.38 | 67.65 | - |
| YUV | 136.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 216 | 0.19 | 0.53 | 0 | 0.15 | 278.61 | 0.6 | 0.62 |
| Hex | AF | 65 | D8 | 13 | 35 | 0 | F | 117 | 3C | 3E |
| Octal | 257 | 145 | 330 | 23 | 65 | 0 | 17 | 427 | 74 | 76 |
| Binary | 10101111 | 1100101 | 11011000 | 10011 | 110101 | 0 | 1111 | 100010111 | 111100 | 111110 |
Color Harmonies of #AF65D8
Complementary color
Monochromatic Colors of #AF65D8
Black with #AF65D8
Text Example
Text Example
White with #AF65D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65D8; }
p { color: rgb(175,101,216); }
H1.HeaderClassName
{
color: #AF65D8;
}
.AnyTagClassName
{
color: #AF65D8;
}
</style>
background-color css
<style>
a { background-color: #AF65D8; }
a { background-color: rgb(175,101,216); }
div.DivClassName
{
background-color: #AF65D8;
}
.BgClassName
{
background-color: #AF65D8;
}
</style>
border-color css
<style>
span { border-color: #AF65D8; }
span { border-color: rgb(175,101,216); }
td.TdClassName
{
border-color: #AF65D8;
}
.TagClassName
{
border-color: #AF65D8;
}
</style>