Shades of Medium Orchid #AF58DC
Tints of Medium Orchid #AF58DC
RGB
CMYK
RGB Variations
Color information
#AF58DC (or 0xAF58DC) is known color: Medium Orchid. HEX triplet: AF, 58 and DC. RGB value is (175,88,220). Sum of RGB (Red+Green+Blue) = 175+88+220=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58DC is #50A723. Grayscale: #808080. Windows color (decimal): -5285668 or 14440623. OLE color: 14440623.
HSL color Cylindrical-coordinate representation of color #AF58DC: hue angle of 279.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF58DC is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 88 | 220 | - |
| CMYK | 0.20 | 0.6 | 0 | 0.14 |
| HSL | 279.55º | 0.65% | 0.6% | - |
| HSV(B) | 279.55º | 0.6% | 0.86% | - |
| XYZ | 34.09 | 21.26 | 70.02 | - |
| YUV | 129.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 220 | 0.20 | 0.6 | 0 | 0.14 | 279.55 | 0.65 | 0.6 |
| Hex | AF | 58 | DC | 14 | 3C | 0 | E | 118 | 41 | 3C |
| Octal | 257 | 130 | 334 | 24 | 74 | 0 | 16 | 430 | 101 | 74 |
| Binary | 10101111 | 1011000 | 11011100 | 10100 | 111100 | 0 | 1110 | 100011000 | 1000001 | 111100 |
Color Harmonies of #AF58DC
Complementary color
Monochromatic Colors of #AF58DC
Black with #AF58DC
Text Example
Text Example
White with #AF58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58DC; }
p { color: rgb(175,88,220); }
H1.HeaderClassName
{
color: #AF58DC;
}
.AnyTagClassName
{
color: #AF58DC;
}
</style>
background-color css
<style>
a { background-color: #AF58DC; }
a { background-color: rgb(175,88,220); }
div.DivClassName
{
background-color: #AF58DC;
}
.BgClassName
{
background-color: #AF58DC;
}
</style>
border-color css
<style>
span { border-color: #AF58DC; }
span { border-color: rgb(175,88,220); }
td.TdClassName
{
border-color: #AF58DC;
}
.TagClassName
{
border-color: #AF58DC;
}
</style>