Shades of Medium Orchid #AF54C3
Tints of Medium Orchid #AF54C3
RGB
CMYK
RGB Variations
Color information
#AF54C3 (or 0xAF54C3) is known color: Medium Orchid. HEX triplet: AF, 54 and C3. RGB value is (175,84,195). Sum of RGB (Red+Green+Blue) = 175+84+195=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54C3 is #50AB3C. Grayscale: #7B7B7B. Windows color (decimal): -5286717 or 12801199. OLE color: 12801199.
HSL color Cylindrical-coordinate representation of color #AF54C3: hue angle of 289.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF54C3 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 84 | 195 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.24 |
| HSL | 289.19º | 0.48% | 0.55% | - |
| HSV(B) | 289.19º | 0.57% | 0.76% | - |
| XYZ | 30.7 | 19.39 | 53.76 | - |
| YUV | 123.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 195 | 0.10 | 0.57 | 0 | 0.24 | 289.19 | 0.48 | 0.55 |
| Hex | AF | 54 | C3 | A | 39 | 0 | 18 | 121 | 30 | 37 |
| Octal | 257 | 124 | 303 | 12 | 71 | 0 | 30 | 441 | 60 | 67 |
| Binary | 10101111 | 1010100 | 11000011 | 1010 | 111001 | 0 | 11000 | 100100001 | 110000 | 110111 |
Color Harmonies of #AF54C3
Complementary color
Monochromatic Colors of #AF54C3
Black with #AF54C3
Text Example
Text Example
White with #AF54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54C3; }
p { color: rgb(175,84,195); }
H1.HeaderClassName
{
color: #AF54C3;
}
.AnyTagClassName
{
color: #AF54C3;
}
</style>
background-color css
<style>
a { background-color: #AF54C3; }
a { background-color: rgb(175,84,195); }
div.DivClassName
{
background-color: #AF54C3;
}
.BgClassName
{
background-color: #AF54C3;
}
</style>
border-color css
<style>
span { border-color: #AF54C3; }
span { border-color: rgb(175,84,195); }
td.TdClassName
{
border-color: #AF54C3;
}
.TagClassName
{
border-color: #AF54C3;
}
</style>