Shades of Medium Orchid #AF58E6
Tints of Medium Orchid #AF58E6
RGB
CMYK
RGB Variations
Color information
#AF58E6 (or 0xAF58E6) is known color: Medium Orchid. HEX triplet: AF, 58 and E6. RGB value is (175,88,230). Sum of RGB (Red+Green+Blue) = 175+88+230=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF58E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58E6 is #50A719. Grayscale: #818181. Windows color (decimal): -5285658 or 15095983. OLE color: 15095983.
HSL color Cylindrical-coordinate representation of color #AF58E6: hue angle of 276.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF58E6 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 88 | 230 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.10 |
| HSL | 276.76º | 0.74% | 0.62% | - |
| HSV(B) | 276.76º | 0.62% | 0.9% | - |
| XYZ | 35.45 | 21.81 | 77.2 | - |
| YUV | 130.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 230 | 0.24 | 0.62 | 0 | 0.10 | 276.76 | 0.74 | 0.62 |
| Hex | AF | 58 | E6 | 18 | 3E | 0 | A | 115 | 4A | 3E |
| Octal | 257 | 130 | 346 | 30 | 76 | 0 | 12 | 425 | 112 | 76 |
| Binary | 10101111 | 1011000 | 11100110 | 11000 | 111110 | 0 | 1010 | 100010101 | 1001010 | 111110 |
Color Harmonies of #AF58E6
Complementary color
Monochromatic Colors of #AF58E6
Black with #AF58E6
Text Example
Text Example
White with #AF58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58E6; }
p { color: rgb(175,88,230); }
H1.HeaderClassName
{
color: #AF58E6;
}
.AnyTagClassName
{
color: #AF58E6;
}
</style>
background-color css
<style>
a { background-color: #AF58E6; }
a { background-color: rgb(175,88,230); }
div.DivClassName
{
background-color: #AF58E6;
}
.BgClassName
{
background-color: #AF58E6;
}
</style>
border-color css
<style>
span { border-color: #AF58E6; }
span { border-color: rgb(175,88,230); }
td.TdClassName
{
border-color: #AF58E6;
}
.TagClassName
{
border-color: #AF58E6;
}
</style>