Shades of Medium Orchid #AF53CB
Tints of Medium Orchid #AF53CB
RGB
CMYK
RGB Variations
Color information
#AF53CB (or 0xAF53CB) is known color: Medium Orchid. HEX triplet: AF, 53 and CB. RGB value is (175,83,203). Sum of RGB (Red+Green+Blue) = 175+83+203=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53CB is #50AC34. Grayscale: #7B7B7B. Windows color (decimal): -5286965 or 13325231. OLE color: 13325231.
HSL color Cylindrical-coordinate representation of color #AF53CB: hue angle of 286º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF53CB is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 83 | 203 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.20 |
| HSL | 286º | 0.54% | 0.56% | - |
| HSV(B) | 286º | 0.59% | 0.8% | - |
| XYZ | 31.55 | 19.61 | 58.62 | - |
| YUV | 124.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 203 | 0.14 | 0.59 | 0 | 0.20 | 286 | 0.54 | 0.56 |
| Hex | AF | 53 | CB | E | 3B | 0 | 14 | 11E | 36 | 38 |
| Octal | 257 | 123 | 313 | 16 | 73 | 0 | 24 | 436 | 66 | 70 |
| Binary | 10101111 | 1010011 | 11001011 | 1110 | 111011 | 0 | 10100 | 100011110 | 110110 | 111000 |
Color Harmonies of #AF53CB
Complementary color
Monochromatic Colors of #AF53CB
Black with #AF53CB
Text Example
Text Example
White with #AF53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF53CB; }
p { color: rgb(175,83,203); }
H1.HeaderClassName
{
color: #AF53CB;
}
.AnyTagClassName
{
color: #AF53CB;
}
</style>
background-color css
<style>
a { background-color: #AF53CB; }
a { background-color: rgb(175,83,203); }
div.DivClassName
{
background-color: #AF53CB;
}
.BgClassName
{
background-color: #AF53CB;
}
</style>
border-color css
<style>
span { border-color: #AF53CB; }
span { border-color: rgb(175,83,203); }
td.TdClassName
{
border-color: #AF53CB;
}
.TagClassName
{
border-color: #AF53CB;
}
</style>