Shades of Medium Orchid #AF58C1
Tints of Medium Orchid #AF58C1
RGB
CMYK
RGB Variations
Color information
#AF58C1 (or 0xAF58C1) is known color: Medium Orchid. HEX triplet: AF, 58 and C1. RGB value is (175,88,193). Sum of RGB (Red+Green+Blue) = 175+88+193=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF58C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58C1 is #50A73E. Grayscale: #7D7D7D. Windows color (decimal): -5285695 or 12671151. OLE color: 12671151.
HSL color Cylindrical-coordinate representation of color #AF58C1: hue angle of 289.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF58C1 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 88 | 193 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.24 |
| HSL | 289.71º | 0.46% | 0.55% | - |
| HSV(B) | 289.71º | 0.54% | 0.76% | - |
| XYZ | 30.79 | 19.94 | 52.68 | - |
| YUV | 125.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 193 | 0.09 | 0.54 | 0 | 0.24 | 289.71 | 0.46 | 0.55 |
| Hex | AF | 58 | C1 | 9 | 36 | 0 | 18 | 122 | 2E | 37 |
| Octal | 257 | 130 | 301 | 11 | 66 | 0 | 30 | 442 | 56 | 67 |
| Binary | 10101111 | 1011000 | 11000001 | 1001 | 110110 | 0 | 11000 | 100100010 | 101110 | 110111 |
Color Harmonies of #AF58C1
Complementary color
Monochromatic Colors of #AF58C1
Black with #AF58C1
Text Example
Text Example
White with #AF58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58C1; }
p { color: rgb(175,88,193); }
H1.HeaderClassName
{
color: #AF58C1;
}
.AnyTagClassName
{
color: #AF58C1;
}
</style>
background-color css
<style>
a { background-color: #AF58C1; }
a { background-color: rgb(175,88,193); }
div.DivClassName
{
background-color: #AF58C1;
}
.BgClassName
{
background-color: #AF58C1;
}
</style>
border-color css
<style>
span { border-color: #AF58C1; }
span { border-color: rgb(175,88,193); }
td.TdClassName
{
border-color: #AF58C1;
}
.TagClassName
{
border-color: #AF58C1;
}
</style>