Shades of Medium Orchid #AF4CC9
Tints of Medium Orchid #AF4CC9
RGB
CMYK
RGB Variations
Color information
#AF4CC9 (or 0xAF4CC9) is known color: Medium Orchid. HEX triplet: AF, 4C and C9. RGB value is (175,76,201). Sum of RGB (Red+Green+Blue) = 175+76+201=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF4CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CC9 is #50B336. Grayscale: #777777. Windows color (decimal): -5288759 or 13192367. OLE color: 13192367.
HSL color Cylindrical-coordinate representation of color #AF4CC9: hue angle of 287.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4CC9 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 76 | 201 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.21 |
| HSL | 287.52º | 0.54% | 0.54% | - |
| HSV(B) | 287.52º | 0.62% | 0.79% | - |
| XYZ | 30.81 | 18.5 | 57.21 | - |
| YUV | 119.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 201 | 0.13 | 0.62 | 0 | 0.21 | 287.52 | 0.54 | 0.54 |
| Hex | AF | 4C | C9 | D | 3E | 0 | 15 | 120 | 36 | 36 |
| Octal | 257 | 114 | 311 | 15 | 76 | 0 | 25 | 440 | 66 | 66 |
| Binary | 10101111 | 1001100 | 11001001 | 1101 | 111110 | 0 | 10101 | 100100000 | 110110 | 110110 |
Color Harmonies of #AF4CC9
Complementary color
Monochromatic Colors of #AF4CC9
Black with #AF4CC9
Text Example
Text Example
White with #AF4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CC9; }
p { color: rgb(175,76,201); }
H1.HeaderClassName
{
color: #AF4CC9;
}
.AnyTagClassName
{
color: #AF4CC9;
}
</style>
background-color css
<style>
a { background-color: #AF4CC9; }
a { background-color: rgb(175,76,201); }
div.DivClassName
{
background-color: #AF4CC9;
}
.BgClassName
{
background-color: #AF4CC9;
}
</style>
border-color css
<style>
span { border-color: #AF4CC9; }
span { border-color: rgb(175,76,201); }
td.TdClassName
{
border-color: #AF4CC9;
}
.TagClassName
{
border-color: #AF4CC9;
}
</style>