Shades of Medium Orchid #AF5AD1
Tints of Medium Orchid #AF5AD1
RGB
CMYK
RGB Variations
Color information
#AF5AD1 (or 0xAF5AD1) is known color: Medium Orchid. HEX triplet: AF, 5A and D1. RGB value is (175,90,209). Sum of RGB (Red+Green+Blue) = 175+90+209=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF5AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AD1 is #50A52E. Grayscale: #808080. Windows color (decimal): -5285167 or 13720239. OLE color: 13720239.
HSL color Cylindrical-coordinate representation of color #AF5AD1: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5AD1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 90 | 209 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.18 |
| HSL | 282.86º | 0.56% | 0.59% | - |
| HSV(B) | 282.86º | 0.57% | 0.82% | - |
| XYZ | 32.84 | 21.03 | 62.65 | - |
| YUV | 128.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 209 | 0.16 | 0.57 | 0 | 0.18 | 282.86 | 0.56 | 0.59 |
| Hex | AF | 5A | D1 | 10 | 39 | 0 | 12 | 11B | 38 | 3B |
| Octal | 257 | 132 | 321 | 20 | 71 | 0 | 22 | 433 | 70 | 73 |
| Binary | 10101111 | 1011010 | 11010001 | 10000 | 111001 | 0 | 10010 | 100011011 | 111000 | 111011 |
Color Harmonies of #AF5AD1
Complementary color
Monochromatic Colors of #AF5AD1
Black with #AF5AD1
Text Example
Text Example
White with #AF5AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AD1; }
p { color: rgb(175,90,209); }
H1.HeaderClassName
{
color: #AF5AD1;
}
.AnyTagClassName
{
color: #AF5AD1;
}
</style>
background-color css
<style>
a { background-color: #AF5AD1; }
a { background-color: rgb(175,90,209); }
div.DivClassName
{
background-color: #AF5AD1;
}
.BgClassName
{
background-color: #AF5AD1;
}
</style>
border-color css
<style>
span { border-color: #AF5AD1; }
span { border-color: rgb(175,90,209); }
td.TdClassName
{
border-color: #AF5AD1;
}
.TagClassName
{
border-color: #AF5AD1;
}
</style>