Shades of Medium Orchid #AF54C1
Tints of Medium Orchid #AF54C1
RGB
CMYK
RGB Variations
Color information
#AF54C1 (or 0xAF54C1) is known color: Medium Orchid. HEX triplet: AF, 54 and C1. RGB value is (175,84,193). Sum of RGB (Red+Green+Blue) = 175+84+193=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF54C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54C1 is #50AB3E. Grayscale: #7B7B7B. Windows color (decimal): -5286719 or 12670127. OLE color: 12670127.
HSL color Cylindrical-coordinate representation of color #AF54C1: hue angle of 290.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF54C1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 84 | 193 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.24 |
| HSL | 290.09º | 0.47% | 0.54% | - |
| HSV(B) | 290.09º | 0.56% | 0.76% | - |
| XYZ | 30.48 | 19.3 | 52.57 | - |
| YUV | 123.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 193 | 0.09 | 0.56 | 0 | 0.24 | 290.09 | 0.47 | 0.54 |
| Hex | AF | 54 | C1 | 9 | 38 | 0 | 18 | 122 | 2F | 36 |
| Octal | 257 | 124 | 301 | 11 | 70 | 0 | 30 | 442 | 57 | 66 |
| Binary | 10101111 | 1010100 | 11000001 | 1001 | 111000 | 0 | 11000 | 100100010 | 101111 | 110110 |
Color Harmonies of #AF54C1
Complementary color
Monochromatic Colors of #AF54C1
Black with #AF54C1
Text Example
Text Example
White with #AF54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54C1; }
p { color: rgb(175,84,193); }
H1.HeaderClassName
{
color: #AF54C1;
}
.AnyTagClassName
{
color: #AF54C1;
}
</style>
background-color css
<style>
a { background-color: #AF54C1; }
a { background-color: rgb(175,84,193); }
div.DivClassName
{
background-color: #AF54C1;
}
.BgClassName
{
background-color: #AF54C1;
}
</style>
border-color css
<style>
span { border-color: #AF54C1; }
span { border-color: rgb(175,84,193); }
td.TdClassName
{
border-color: #AF54C1;
}
.TagClassName
{
border-color: #AF54C1;
}
</style>