Shades of Medium Orchid #AF5AD7
Tints of Medium Orchid #AF5AD7
RGB
CMYK
RGB Variations
Color information
#AF5AD7 (or 0xAF5AD7) is known color: Medium Orchid. HEX triplet: AF, 5A and D7. RGB value is (175,90,215). Sum of RGB (Red+Green+Blue) = 175+90+215=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF5AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AD7 is #50A528. Grayscale: #818181. Windows color (decimal): -5285161 or 14113455. OLE color: 14113455.
HSL color Cylindrical-coordinate representation of color #AF5AD7: hue angle of 280.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5AD7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 90 | 215 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.16 |
| HSL | 280.8º | 0.61% | 0.6% | - |
| HSV(B) | 280.8º | 0.58% | 0.84% | - |
| XYZ | 33.6 | 21.33 | 66.64 | - |
| YUV | 129.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 215 | 0.19 | 0.58 | 0 | 0.16 | 280.8 | 0.61 | 0.6 |
| Hex | AF | 5A | D7 | 13 | 3A | 0 | 10 | 119 | 3D | 3C |
| Octal | 257 | 132 | 327 | 23 | 72 | 0 | 20 | 431 | 75 | 74 |
| Binary | 10101111 | 1011010 | 11010111 | 10011 | 111010 | 0 | 10000 | 100011001 | 111101 | 111100 |
Color Harmonies of #AF5AD7
Complementary color
Monochromatic Colors of #AF5AD7
Black with #AF5AD7
Text Example
Text Example
White with #AF5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AD7; }
p { color: rgb(175,90,215); }
H1.HeaderClassName
{
color: #AF5AD7;
}
.AnyTagClassName
{
color: #AF5AD7;
}
</style>
background-color css
<style>
a { background-color: #AF5AD7; }
a { background-color: rgb(175,90,215); }
div.DivClassName
{
background-color: #AF5AD7;
}
.BgClassName
{
background-color: #AF5AD7;
}
</style>
border-color css
<style>
span { border-color: #AF5AD7; }
span { border-color: rgb(175,90,215); }
td.TdClassName
{
border-color: #AF5AD7;
}
.TagClassName
{
border-color: #AF5AD7;
}
</style>