Shades of Medium Orchid #AF58C3
Tints of Medium Orchid #AF58C3
RGB
CMYK
RGB Variations
Color information
#AF58C3 (or 0xAF58C3) is known color: Medium Orchid. HEX triplet: AF, 58 and C3. RGB value is (175,88,195). Sum of RGB (Red+Green+Blue) = 175+88+195=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF58C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58C3 is #50A73C. Grayscale: #7D7D7D. Windows color (decimal): -5285693 or 12802223. OLE color: 12802223.
HSL color Cylindrical-coordinate representation of color #AF58C3: hue angle of 288.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF58C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 88 | 195 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.24 |
| HSL | 288.79º | 0.47% | 0.55% | - |
| HSV(B) | 288.79º | 0.55% | 0.76% | - |
| XYZ | 31.02 | 20.03 | 53.86 | - |
| YUV | 126.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 195 | 0.10 | 0.55 | 0 | 0.24 | 288.79 | 0.47 | 0.55 |
| Hex | AF | 58 | C3 | A | 37 | 0 | 18 | 121 | 2F | 37 |
| Octal | 257 | 130 | 303 | 12 | 67 | 0 | 30 | 441 | 57 | 67 |
| Binary | 10101111 | 1011000 | 11000011 | 1010 | 110111 | 0 | 11000 | 100100001 | 101111 | 110111 |
Color Harmonies of #AF58C3
Complementary color
Monochromatic Colors of #AF58C3
Black with #AF58C3
Text Example
Text Example
White with #AF58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58C3; }
p { color: rgb(175,88,195); }
H1.HeaderClassName
{
color: #AF58C3;
}
.AnyTagClassName
{
color: #AF58C3;
}
</style>
background-color css
<style>
a { background-color: #AF58C3; }
a { background-color: rgb(175,88,195); }
div.DivClassName
{
background-color: #AF58C3;
}
.BgClassName
{
background-color: #AF58C3;
}
</style>
border-color css
<style>
span { border-color: #AF58C3; }
span { border-color: rgb(175,88,195); }
td.TdClassName
{
border-color: #AF58C3;
}
.TagClassName
{
border-color: #AF58C3;
}
</style>