Shades of Medium Orchid #AF65C9
Tints of Medium Orchid #AF65C9
RGB
CMYK
RGB Variations
Color information
#AF65C9 (or 0xAF65C9) is known color: Medium Orchid. HEX triplet: AF, 65 and C9. RGB value is (175,101,201). Sum of RGB (Red+Green+Blue) = 175+101+201=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65C9 is #509A36. Grayscale: #868686. Windows color (decimal): -5282359 or 13198767. OLE color: 13198767.
HSL color Cylindrical-coordinate representation of color #AF65C9: hue angle of 284.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF65C9 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 101 | 201 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.21 |
| HSL | 284.4º | 0.48% | 0.59% | - |
| HSV(B) | 284.4º | 0.5% | 0.79% | - |
| XYZ | 32.88 | 22.64 | 57.9 | - |
| YUV | 134.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 201 | 0.13 | 0.50 | 0 | 0.21 | 284.4 | 0.48 | 0.59 |
| Hex | AF | 65 | C9 | D | 32 | 0 | 15 | 11C | 30 | 3B |
| Octal | 257 | 145 | 311 | 15 | 62 | 0 | 25 | 434 | 60 | 73 |
| Binary | 10101111 | 1100101 | 11001001 | 1101 | 110010 | 0 | 10101 | 100011100 | 110000 | 111011 |
Color Harmonies of #AF65C9
Complementary color
Monochromatic Colors of #AF65C9
Black with #AF65C9
Text Example
Text Example
White with #AF65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65C9; }
p { color: rgb(175,101,201); }
H1.HeaderClassName
{
color: #AF65C9;
}
.AnyTagClassName
{
color: #AF65C9;
}
</style>
background-color css
<style>
a { background-color: #AF65C9; }
a { background-color: rgb(175,101,201); }
div.DivClassName
{
background-color: #AF65C9;
}
.BgClassName
{
background-color: #AF65C9;
}
</style>
border-color css
<style>
span { border-color: #AF65C9; }
span { border-color: rgb(175,101,201); }
td.TdClassName
{
border-color: #AF65C9;
}
.TagClassName
{
border-color: #AF65C9;
}
</style>