Shades of Medium Orchid #AF5DD8
Tints of Medium Orchid #AF5DD8
RGB
CMYK
RGB Variations
Color information
#AF5DD8 (or 0xAF5DD8) is known color: Medium Orchid. HEX triplet: AF, 5D and D8. RGB value is (175,93,216). Sum of RGB (Red+Green+Blue) = 175+93+216=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF5DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD8 is #50A227. Grayscale: #838383. Windows color (decimal): -5284392 or 14179759. OLE color: 14179759.
HSL color Cylindrical-coordinate representation of color #AF5DD8: hue angle of 280º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5DD8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 93 | 216 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.15 |
| HSL | 280º | 0.61% | 0.61% | - |
| HSV(B) | 280º | 0.57% | 0.85% | - |
| XYZ | 33.99 | 21.9 | 67.4 | - |
| YUV | 131.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 216 | 0.19 | 0.57 | 0 | 0.15 | 280 | 0.61 | 0.61 |
| Hex | AF | 5D | D8 | 13 | 39 | 0 | F | 118 | 3D | 3D |
| Octal | 257 | 135 | 330 | 23 | 71 | 0 | 17 | 430 | 75 | 75 |
| Binary | 10101111 | 1011101 | 11011000 | 10011 | 111001 | 0 | 1111 | 100011000 | 111101 | 111101 |
Color Harmonies of #AF5DD8
Complementary color
Monochromatic Colors of #AF5DD8
Black with #AF5DD8
Text Example
Text Example
White with #AF5DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DD8; }
p { color: rgb(175,93,216); }
H1.HeaderClassName
{
color: #AF5DD8;
}
.AnyTagClassName
{
color: #AF5DD8;
}
</style>
background-color css
<style>
a { background-color: #AF5DD8; }
a { background-color: rgb(175,93,216); }
div.DivClassName
{
background-color: #AF5DD8;
}
.BgClassName
{
background-color: #AF5DD8;
}
</style>
border-color css
<style>
span { border-color: #AF5DD8; }
span { border-color: rgb(175,93,216); }
td.TdClassName
{
border-color: #AF5DD8;
}
.TagClassName
{
border-color: #AF5DD8;
}
</style>