Shades of Medium Orchid #AF5BCC
Tints of Medium Orchid #AF5BCC
RGB
CMYK
RGB Variations
Color information
#AF5BCC (or 0xAF5BCC) is known color: Medium Orchid. HEX triplet: AF, 5B and CC. RGB value is (175,91,204). Sum of RGB (Red+Green+Blue) = 175+91+204=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BCC is #50A433. Grayscale: #808080. Windows color (decimal): -5284916 or 13392815. OLE color: 13392815.
HSL color Cylindrical-coordinate representation of color #AF5BCC: hue angle of 284.6º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5BCC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 91 | 204 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.2 |
| HSL | 284.6º | 0.53% | 0.58% | - |
| HSV(B) | 284.6º | 0.55% | 0.8% | - |
| XYZ | 32.32 | 20.96 | 59.47 | - |
| YUV | 129 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 204 | 0.14 | 0.55 | 0 | 0.2 | 284.6 | 0.53 | 0.58 |
| Hex | AF | 5B | CC | E | 37 | 0 | 14 | 11D | 35 | 3A |
| Octal | 257 | 133 | 314 | 16 | 67 | 0 | 24 | 435 | 65 | 72 |
| Binary | 10101111 | 1011011 | 11001100 | 1110 | 110111 | 0 | 10100 | 100011101 | 110101 | 111010 |
Color Harmonies of #AF5BCC
Complementary color
Monochromatic Colors of #AF5BCC
Black with #AF5BCC
Text Example
Text Example
White with #AF5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BCC; }
p { color: rgb(175,91,204); }
H1.HeaderClassName
{
color: #AF5BCC;
}
.AnyTagClassName
{
color: #AF5BCC;
}
</style>
background-color css
<style>
a { background-color: #AF5BCC; }
a { background-color: rgb(175,91,204); }
div.DivClassName
{
background-color: #AF5BCC;
}
.BgClassName
{
background-color: #AF5BCC;
}
</style>
border-color css
<style>
span { border-color: #AF5BCC; }
span { border-color: rgb(175,91,204); }
td.TdClassName
{
border-color: #AF5BCC;
}
.TagClassName
{
border-color: #AF5BCC;
}
</style>