Shades of Medium Orchid #AF58E9
Tints of Medium Orchid #AF58E9
RGB
CMYK
RGB Variations
Color information
#AF58E9 (or 0xAF58E9) is known color: Medium Orchid. HEX triplet: AF, 58 and E9. RGB value is (175,88,233). Sum of RGB (Red+Green+Blue) = 175+88+233=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF58E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58E9 is #50A716. Grayscale: #828282. Windows color (decimal): -5285655 or 15292591. OLE color: 15292591.
HSL color Cylindrical-coordinate representation of color #AF58E9: hue angle of 276º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF58E9 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 88 | 233 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.09 |
| HSL | 276º | 0.77% | 0.63% | - |
| HSV(B) | 276º | 0.62% | 0.91% | - |
| XYZ | 35.88 | 21.98 | 79.44 | - |
| YUV | 130.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 233 | 0.25 | 0.62 | 0 | 0.09 | 276 | 0.77 | 0.63 |
| Hex | AF | 58 | E9 | 19 | 3E | 0 | 9 | 114 | 4D | 3F |
| Octal | 257 | 130 | 351 | 31 | 76 | 0 | 11 | 424 | 115 | 77 |
| Binary | 10101111 | 1011000 | 11101001 | 11001 | 111110 | 0 | 1001 | 100010100 | 1001101 | 111111 |
Color Harmonies of #AF58E9
Complementary color
Monochromatic Colors of #AF58E9
Black with #AF58E9
Text Example
Text Example
White with #AF58E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58E9; }
p { color: rgb(175,88,233); }
H1.HeaderClassName
{
color: #AF58E9;
}
.AnyTagClassName
{
color: #AF58E9;
}
</style>
background-color css
<style>
a { background-color: #AF58E9; }
a { background-color: rgb(175,88,233); }
div.DivClassName
{
background-color: #AF58E9;
}
.BgClassName
{
background-color: #AF58E9;
}
</style>
border-color css
<style>
span { border-color: #AF58E9; }
span { border-color: rgb(175,88,233); }
td.TdClassName
{
border-color: #AF58E9;
}
.TagClassName
{
border-color: #AF58E9;
}
</style>