Shades of Medium Orchid #AF5AD5
Tints of Medium Orchid #AF5AD5
RGB
CMYK
RGB Variations
Color information
#AF5AD5 (or 0xAF5AD5) is known color: Medium Orchid. HEX triplet: AF, 5A and D5. RGB value is (175,90,213). Sum of RGB (Red+Green+Blue) = 175+90+213=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF5AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AD5 is #50A52A. Grayscale: #818181. Windows color (decimal): -5285163 or 13982383. OLE color: 13982383.
HSL color Cylindrical-coordinate representation of color #AF5AD5: hue angle of 281.46º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5AD5 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 90 | 213 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.16 |
| HSL | 281.46º | 0.59% | 0.59% | - |
| HSV(B) | 281.46º | 0.58% | 0.84% | - |
| XYZ | 33.35 | 21.23 | 65.29 | - |
| YUV | 129.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 213 | 0.18 | 0.58 | 0 | 0.16 | 281.46 | 0.59 | 0.59 |
| Hex | AF | 5A | D5 | 12 | 3A | 0 | 10 | 119 | 3B | 3B |
| Octal | 257 | 132 | 325 | 22 | 72 | 0 | 20 | 431 | 73 | 73 |
| Binary | 10101111 | 1011010 | 11010101 | 10010 | 111010 | 0 | 10000 | 100011001 | 111011 | 111011 |
Color Harmonies of #AF5AD5
Complementary color
Monochromatic Colors of #AF5AD5
Black with #AF5AD5
Text Example
Text Example
White with #AF5AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AD5; }
p { color: rgb(175,90,213); }
H1.HeaderClassName
{
color: #AF5AD5;
}
.AnyTagClassName
{
color: #AF5AD5;
}
</style>
background-color css
<style>
a { background-color: #AF5AD5; }
a { background-color: rgb(175,90,213); }
div.DivClassName
{
background-color: #AF5AD5;
}
.BgClassName
{
background-color: #AF5AD5;
}
</style>
border-color css
<style>
span { border-color: #AF5AD5; }
span { border-color: rgb(175,90,213); }
td.TdClassName
{
border-color: #AF5AD5;
}
.TagClassName
{
border-color: #AF5AD5;
}
</style>