Shades of Medium Orchid #AF58DF
Tints of Medium Orchid #AF58DF
RGB
CMYK
RGB Variations
Color information
#AF58DF (or 0xAF58DF) is known color: Medium Orchid. HEX triplet: AF, 58 and DF. RGB value is (175,88,223). Sum of RGB (Red+Green+Blue) = 175+88+223=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF58DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58DF is #50A720. Grayscale: #808080. Windows color (decimal): -5285665 or 14637231. OLE color: 14637231.
HSL color Cylindrical-coordinate representation of color #AF58DF: hue angle of 278.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF58DF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 88 | 223 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.13 |
| HSL | 278.67º | 0.68% | 0.61% | - |
| HSV(B) | 278.67º | 0.61% | 0.87% | - |
| XYZ | 34.49 | 21.42 | 72.13 | - |
| YUV | 129.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 223 | 0.22 | 0.61 | 0 | 0.13 | 278.67 | 0.68 | 0.61 |
| Hex | AF | 58 | DF | 16 | 3D | 0 | D | 117 | 44 | 3D |
| Octal | 257 | 130 | 337 | 26 | 75 | 0 | 15 | 427 | 104 | 75 |
| Binary | 10101111 | 1011000 | 11011111 | 10110 | 111101 | 0 | 1101 | 100010111 | 1000100 | 111101 |
Color Harmonies of #AF58DF
Complementary color
Monochromatic Colors of #AF58DF
Black with #AF58DF
Text Example
Text Example
White with #AF58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58DF; }
p { color: rgb(175,88,223); }
H1.HeaderClassName
{
color: #AF58DF;
}
.AnyTagClassName
{
color: #AF58DF;
}
</style>
background-color css
<style>
a { background-color: #AF58DF; }
a { background-color: rgb(175,88,223); }
div.DivClassName
{
background-color: #AF58DF;
}
.BgClassName
{
background-color: #AF58DF;
}
</style>
border-color css
<style>
span { border-color: #AF58DF; }
span { border-color: rgb(175,88,223); }
td.TdClassName
{
border-color: #AF58DF;
}
.TagClassName
{
border-color: #AF58DF;
}
</style>