Shades of Medium Orchid #AF5DD1
Tints of Medium Orchid #AF5DD1
RGB
CMYK
RGB Variations
Color information
#AF5DD1 (or 0xAF5DD1) is known color: Medium Orchid. HEX triplet: AF, 5D and D1. RGB value is (175,93,209). Sum of RGB (Red+Green+Blue) = 175+93+209=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF5DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD1 is #50A22E. Grayscale: #828282. Windows color (decimal): -5284399 or 13721007. OLE color: 13721007.
HSL color Cylindrical-coordinate representation of color #AF5DD1: hue angle of 282.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5DD1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 93 | 209 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.18 |
| HSL | 282.41º | 0.56% | 0.59% | - |
| HSV(B) | 282.41º | 0.56% | 0.82% | - |
| XYZ | 33.1 | 21.55 | 62.74 | - |
| YUV | 130.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 209 | 0.16 | 0.56 | 0 | 0.18 | 282.41 | 0.56 | 0.59 |
| Hex | AF | 5D | D1 | 10 | 38 | 0 | 12 | 11A | 38 | 3B |
| Octal | 257 | 135 | 321 | 20 | 70 | 0 | 22 | 432 | 70 | 73 |
| Binary | 10101111 | 1011101 | 11010001 | 10000 | 111000 | 0 | 10010 | 100011010 | 111000 | 111011 |
Color Harmonies of #AF5DD1
Complementary color
Monochromatic Colors of #AF5DD1
Black with #AF5DD1
Text Example
Text Example
White with #AF5DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DD1; }
p { color: rgb(175,93,209); }
H1.HeaderClassName
{
color: #AF5DD1;
}
.AnyTagClassName
{
color: #AF5DD1;
}
</style>
background-color css
<style>
a { background-color: #AF5DD1; }
a { background-color: rgb(175,93,209); }
div.DivClassName
{
background-color: #AF5DD1;
}
.BgClassName
{
background-color: #AF5DD1;
}
</style>
border-color css
<style>
span { border-color: #AF5DD1; }
span { border-color: rgb(175,93,209); }
td.TdClassName
{
border-color: #AF5DD1;
}
.TagClassName
{
border-color: #AF5DD1;
}
</style>