Shades of Medium Orchid #AF55DD
Tints of Medium Orchid #AF55DD
RGB
CMYK
RGB Variations
Color information
#AF55DD (or 0xAF55DD) is known color: Medium Orchid. HEX triplet: AF, 55 and DD. RGB value is (175,85,221). Sum of RGB (Red+Green+Blue) = 175+85+221=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55DD is #50AA22. Grayscale: #7E7E7E. Windows color (decimal): -5286435 or 14505391. OLE color: 14505391.
HSL color Cylindrical-coordinate representation of color #AF55DD: hue angle of 279.71º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF55DD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 85 | 221 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.13 |
| HSL | 279.71º | 0.67% | 0.6% | - |
| HSV(B) | 279.71º | 0.62% | 0.87% | - |
| XYZ | 33.98 | 20.83 | 70.64 | - |
| YUV | 127.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 221 | 0.21 | 0.62 | 0 | 0.13 | 279.71 | 0.67 | 0.6 |
| Hex | AF | 55 | DD | 15 | 3E | 0 | D | 118 | 43 | 3C |
| Octal | 257 | 125 | 335 | 25 | 76 | 0 | 15 | 430 | 103 | 74 |
| Binary | 10101111 | 1010101 | 11011101 | 10101 | 111110 | 0 | 1101 | 100011000 | 1000011 | 111100 |
Color Harmonies of #AF55DD
Complementary color
Monochromatic Colors of #AF55DD
Black with #AF55DD
Text Example
Text Example
White with #AF55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55DD; }
p { color: rgb(175,85,221); }
H1.HeaderClassName
{
color: #AF55DD;
}
.AnyTagClassName
{
color: #AF55DD;
}
</style>
background-color css
<style>
a { background-color: #AF55DD; }
a { background-color: rgb(175,85,221); }
div.DivClassName
{
background-color: #AF55DD;
}
.BgClassName
{
background-color: #AF55DD;
}
</style>
border-color css
<style>
span { border-color: #AF55DD; }
span { border-color: rgb(175,85,221); }
td.TdClassName
{
border-color: #AF55DD;
}
.TagClassName
{
border-color: #AF55DD;
}
</style>