Shades of Medium Orchid #AF51CB
Tints of Medium Orchid #AF51CB
RGB
CMYK
RGB Variations
Color information
#AF51CB (or 0xAF51CB) is known color: Medium Orchid. HEX triplet: AF, 51 and CB. RGB value is (175,81,203). Sum of RGB (Red+Green+Blue) = 175+81+203=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51CB is #50AE34. Grayscale: #7A7A7A. Windows color (decimal): -5287477 or 13324719. OLE color: 13324719.
HSL color Cylindrical-coordinate representation of color #AF51CB: hue angle of 286.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF51CB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 81 | 203 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.20 |
| HSL | 286.23º | 0.54% | 0.56% | - |
| HSV(B) | 286.23º | 0.6% | 0.8% | - |
| XYZ | 31.4 | 19.31 | 58.57 | - |
| YUV | 123.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 203 | 0.14 | 0.60 | 0 | 0.20 | 286.23 | 0.54 | 0.56 |
| Hex | AF | 51 | CB | E | 3C | 0 | 14 | 11E | 36 | 38 |
| Octal | 257 | 121 | 313 | 16 | 74 | 0 | 24 | 436 | 66 | 70 |
| Binary | 10101111 | 1010001 | 11001011 | 1110 | 111100 | 0 | 10100 | 100011110 | 110110 | 111000 |
Color Harmonies of #AF51CB
Complementary color
Monochromatic Colors of #AF51CB
Black with #AF51CB
Text Example
Text Example
White with #AF51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51CB; }
p { color: rgb(175,81,203); }
H1.HeaderClassName
{
color: #AF51CB;
}
.AnyTagClassName
{
color: #AF51CB;
}
</style>
background-color css
<style>
a { background-color: #AF51CB; }
a { background-color: rgb(175,81,203); }
div.DivClassName
{
background-color: #AF51CB;
}
.BgClassName
{
background-color: #AF51CB;
}
</style>
border-color css
<style>
span { border-color: #AF51CB; }
span { border-color: rgb(175,81,203); }
td.TdClassName
{
border-color: #AF51CB;
}
.TagClassName
{
border-color: #AF51CB;
}
</style>