Shades of Medium Orchid #AF59CB
Tints of Medium Orchid #AF59CB
RGB
CMYK
RGB Variations
Color information
#AF59CB (or 0xAF59CB) is known color: Medium Orchid. HEX triplet: AF, 59 and CB. RGB value is (175,89,203). Sum of RGB (Red+Green+Blue) = 175+89+203=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CB is #50A634. Grayscale: #7F7F7F. Windows color (decimal): -5285429 or 13326767. OLE color: 13326767.
HSL color Cylindrical-coordinate representation of color #AF59CB: hue angle of 285.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF59CB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 89 | 203 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.20 |
| HSL | 285.26º | 0.52% | 0.57% | - |
| HSV(B) | 285.26º | 0.56% | 0.8% | - |
| XYZ | 32.03 | 20.57 | 58.78 | - |
| YUV | 127.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 203 | 0.14 | 0.56 | 0 | 0.20 | 285.26 | 0.52 | 0.57 |
| Hex | AF | 59 | CB | E | 38 | 0 | 14 | 11D | 34 | 39 |
| Octal | 257 | 131 | 313 | 16 | 70 | 0 | 24 | 435 | 64 | 71 |
| Binary | 10101111 | 1011001 | 11001011 | 1110 | 111000 | 0 | 10100 | 100011101 | 110100 | 111001 |
Color Harmonies of #AF59CB
Complementary color
Monochromatic Colors of #AF59CB
Black with #AF59CB
Text Example
Text Example
White with #AF59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59CB; }
p { color: rgb(175,89,203); }
H1.HeaderClassName
{
color: #AF59CB;
}
.AnyTagClassName
{
color: #AF59CB;
}
</style>
background-color css
<style>
a { background-color: #AF59CB; }
a { background-color: rgb(175,89,203); }
div.DivClassName
{
background-color: #AF59CB;
}
.BgClassName
{
background-color: #AF59CB;
}
</style>
border-color css
<style>
span { border-color: #AF59CB; }
span { border-color: rgb(175,89,203); }
td.TdClassName
{
border-color: #AF59CB;
}
.TagClassName
{
border-color: #AF59CB;
}
</style>