Shades of Medium Orchid #AF4DC9
Tints of Medium Orchid #AF4DC9
RGB
CMYK
RGB Variations
Color information
#AF4DC9 (or 0xAF4DC9) is known color: Medium Orchid. HEX triplet: AF, 4D and C9. RGB value is (175,77,201). Sum of RGB (Red+Green+Blue) = 175+77+201=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF4DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC9 is #50B236. Grayscale: #787878. Windows color (decimal): -5288503 or 13192623. OLE color: 13192623.
HSL color Cylindrical-coordinate representation of color #AF4DC9: hue angle of 287.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4DC9 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 77 | 201 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.21 |
| HSL | 287.42º | 0.53% | 0.55% | - |
| HSV(B) | 287.42º | 0.62% | 0.79% | - |
| XYZ | 30.88 | 18.64 | 57.23 | - |
| YUV | 120.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 201 | 0.13 | 0.62 | 0 | 0.21 | 287.42 | 0.53 | 0.55 |
| Hex | AF | 4D | C9 | D | 3E | 0 | 15 | 11F | 35 | 37 |
| Octal | 257 | 115 | 311 | 15 | 76 | 0 | 25 | 437 | 65 | 67 |
| Binary | 10101111 | 1001101 | 11001001 | 1101 | 111110 | 0 | 10101 | 100011111 | 110101 | 110111 |
Color Harmonies of #AF4DC9
Complementary color
Monochromatic Colors of #AF4DC9
Black with #AF4DC9
Text Example
Text Example
White with #AF4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DC9; }
p { color: rgb(175,77,201); }
H1.HeaderClassName
{
color: #AF4DC9;
}
.AnyTagClassName
{
color: #AF4DC9;
}
</style>
background-color css
<style>
a { background-color: #AF4DC9; }
a { background-color: rgb(175,77,201); }
div.DivClassName
{
background-color: #AF4DC9;
}
.BgClassName
{
background-color: #AF4DC9;
}
</style>
border-color css
<style>
span { border-color: #AF4DC9; }
span { border-color: rgb(175,77,201); }
td.TdClassName
{
border-color: #AF4DC9;
}
.TagClassName
{
border-color: #AF4DC9;
}
</style>