Shades of Medium Orchid #AF54CB
Tints of Medium Orchid #AF54CB
RGB
CMYK
RGB Variations
Color information
#AF54CB (or 0xAF54CB) is known color: Medium Orchid. HEX triplet: AF, 54 and CB. RGB value is (175,84,203). Sum of RGB (Red+Green+Blue) = 175+84+203=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF54CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CB is #50AB34. Grayscale: #7C7C7C. Windows color (decimal): -5286709 or 13325487. OLE color: 13325487.
HSL color Cylindrical-coordinate representation of color #AF54CB: hue angle of 285.88º degrees, saturation: 0.53, 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 #AF54CB is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 84 | 203 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.20 |
| HSL | 285.88º | 0.53% | 0.56% | - |
| HSV(B) | 285.88º | 0.59% | 0.8% | - |
| XYZ | 31.63 | 19.77 | 58.65 | - |
| YUV | 124.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 203 | 0.14 | 0.59 | 0 | 0.20 | 285.88 | 0.53 | 0.56 |
| Hex | AF | 54 | CB | E | 3B | 0 | 14 | 11E | 35 | 38 |
| Octal | 257 | 124 | 313 | 16 | 73 | 0 | 24 | 436 | 65 | 70 |
| Binary | 10101111 | 1010100 | 11001011 | 1110 | 111011 | 0 | 10100 | 100011110 | 110101 | 111000 |
Color Harmonies of #AF54CB
Complementary color
Monochromatic Colors of #AF54CB
Black with #AF54CB
Text Example
Text Example
White with #AF54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54CB; }
p { color: rgb(175,84,203); }
H1.HeaderClassName
{
color: #AF54CB;
}
.AnyTagClassName
{
color: #AF54CB;
}
</style>
background-color css
<style>
a { background-color: #AF54CB; }
a { background-color: rgb(175,84,203); }
div.DivClassName
{
background-color: #AF54CB;
}
.BgClassName
{
background-color: #AF54CB;
}
</style>
border-color css
<style>
span { border-color: #AF54CB; }
span { border-color: rgb(175,84,203); }
td.TdClassName
{
border-color: #AF54CB;
}
.TagClassName
{
border-color: #AF54CB;
}
</style>