Shades of Medium Orchid #AF58DD
Tints of Medium Orchid #AF58DD
RGB
CMYK
RGB Variations
Color information
#AF58DD (or 0xAF58DD) is known color: Medium Orchid. HEX triplet: AF, 58 and DD. RGB value is (175,88,221). Sum of RGB (Red+Green+Blue) = 175+88+221=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58DD is #50A722. Grayscale: #808080. Windows color (decimal): -5285667 or 14506159. OLE color: 14506159.
HSL color Cylindrical-coordinate representation of color #AF58DD: hue angle of 279.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF58DD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 88 | 221 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.13 |
| HSL | 279.25º | 0.66% | 0.61% | - |
| HSV(B) | 279.25º | 0.6% | 0.87% | - |
| XYZ | 34.22 | 21.31 | 70.72 | - |
| YUV | 129.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 221 | 0.21 | 0.60 | 0 | 0.13 | 279.25 | 0.66 | 0.61 |
| Hex | AF | 58 | DD | 15 | 3C | 0 | D | 117 | 42 | 3D |
| Octal | 257 | 130 | 335 | 25 | 74 | 0 | 15 | 427 | 102 | 75 |
| Binary | 10101111 | 1011000 | 11011101 | 10101 | 111100 | 0 | 1101 | 100010111 | 1000010 | 111101 |
Color Harmonies of #AF58DD
Complementary color
Monochromatic Colors of #AF58DD
Black with #AF58DD
Text Example
Text Example
White with #AF58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58DD; }
p { color: rgb(175,88,221); }
H1.HeaderClassName
{
color: #AF58DD;
}
.AnyTagClassName
{
color: #AF58DD;
}
</style>
background-color css
<style>
a { background-color: #AF58DD; }
a { background-color: rgb(175,88,221); }
div.DivClassName
{
background-color: #AF58DD;
}
.BgClassName
{
background-color: #AF58DD;
}
</style>
border-color css
<style>
span { border-color: #AF58DD; }
span { border-color: rgb(175,88,221); }
td.TdClassName
{
border-color: #AF58DD;
}
.TagClassName
{
border-color: #AF58DD;
}
</style>