Shades of Medium Orchid #AF58D5
Tints of Medium Orchid #AF58D5
RGB
CMYK
RGB Variations
Color information
#AF58D5 (or 0xAF58D5) is known color: Medium Orchid. HEX triplet: AF, 58 and D5. RGB value is (175,88,213). Sum of RGB (Red+Green+Blue) = 175+88+213=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF58D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58D5 is #50A72A. Grayscale: #7F7F7F. Windows color (decimal): -5285675 or 13981871. OLE color: 13981871.
HSL color Cylindrical-coordinate representation of color #AF58D5: hue angle of 281.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF58D5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 88 | 213 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.16 |
| HSL | 281.76º | 0.6% | 0.59% | - |
| HSV(B) | 281.76º | 0.59% | 0.84% | - |
| XYZ | 33.18 | 20.9 | 65.24 | - |
| YUV | 128.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 213 | 0.18 | 0.59 | 0 | 0.16 | 281.76 | 0.6 | 0.59 |
| Hex | AF | 58 | D5 | 12 | 3B | 0 | 10 | 11A | 3C | 3B |
| Octal | 257 | 130 | 325 | 22 | 73 | 0 | 20 | 432 | 74 | 73 |
| Binary | 10101111 | 1011000 | 11010101 | 10010 | 111011 | 0 | 10000 | 100011010 | 111100 | 111011 |
Color Harmonies of #AF58D5
Complementary color
Monochromatic Colors of #AF58D5
Black with #AF58D5
Text Example
Text Example
White with #AF58D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58D5; }
p { color: rgb(175,88,213); }
H1.HeaderClassName
{
color: #AF58D5;
}
.AnyTagClassName
{
color: #AF58D5;
}
</style>
background-color css
<style>
a { background-color: #AF58D5; }
a { background-color: rgb(175,88,213); }
div.DivClassName
{
background-color: #AF58D5;
}
.BgClassName
{
background-color: #AF58D5;
}
</style>
border-color css
<style>
span { border-color: #AF58D5; }
span { border-color: rgb(175,88,213); }
td.TdClassName
{
border-color: #AF58D5;
}
.TagClassName
{
border-color: #AF58D5;
}
</style>