Shades of Medium Orchid #AF4CC6
Tints of Medium Orchid #AF4CC6
RGB
CMYK
RGB Variations
Color information
#AF4CC6 (or 0xAF4CC6) is known color: Medium Orchid. HEX triplet: AF, 4C and C6. RGB value is (175,76,198). Sum of RGB (Red+Green+Blue) = 175+76+198=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CC6 is #50B339. Grayscale: #777777. Windows color (decimal): -5288762 or 12995759. OLE color: 12995759.
HSL color Cylindrical-coordinate representation of color #AF4CC6: hue angle of 288.69º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4CC6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 76 | 198 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.22 |
| HSL | 288.69º | 0.52% | 0.54% | - |
| HSV(B) | 288.69º | 0.62% | 0.78% | - |
| XYZ | 30.46 | 18.36 | 55.36 | - |
| YUV | 119.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 198 | 0.12 | 0.62 | 0 | 0.22 | 288.69 | 0.52 | 0.54 |
| Hex | AF | 4C | C6 | C | 3E | 0 | 16 | 121 | 34 | 36 |
| Octal | 257 | 114 | 306 | 14 | 76 | 0 | 26 | 441 | 64 | 66 |
| Binary | 10101111 | 1001100 | 11000110 | 1100 | 111110 | 0 | 10110 | 100100001 | 110100 | 110110 |
Color Harmonies of #AF4CC6
Complementary color
Monochromatic Colors of #AF4CC6
Black with #AF4CC6
Text Example
Text Example
White with #AF4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CC6; }
p { color: rgb(175,76,198); }
H1.HeaderClassName
{
color: #AF4CC6;
}
.AnyTagClassName
{
color: #AF4CC6;
}
</style>
background-color css
<style>
a { background-color: #AF4CC6; }
a { background-color: rgb(175,76,198); }
div.DivClassName
{
background-color: #AF4CC6;
}
.BgClassName
{
background-color: #AF4CC6;
}
</style>
border-color css
<style>
span { border-color: #AF4CC6; }
span { border-color: rgb(175,76,198); }
td.TdClassName
{
border-color: #AF4CC6;
}
.TagClassName
{
border-color: #AF4CC6;
}
</style>