Shades of Medium Orchid #AB4DDC
Tints of Medium Orchid #AB4DDC
RGB
CMYK
RGB Variations
Color information
#AB4DDC (or 0xAB4DDC) is known color: Medium Orchid. HEX triplet: AB, 4D and DC. RGB value is (171,77,220). Sum of RGB (Red+Green+Blue) = 171+77+220=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDC is #54B223. Grayscale: #787878. Windows color (decimal): -5550628 or 14437803. OLE color: 14437803.
HSL color Cylindrical-coordinate representation of color #AB4DDC: hue angle of 279.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4DDC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 77 | 220 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.14 |
| HSL | 279.44º | 0.67% | 0.58% | - |
| HSV(B) | 279.44º | 0.65% | 0.86% | - |
| XYZ | 32.37 | 19.13 | 69.7 | - |
| YUV | 121.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 220 | 0.22 | 0.65 | 0 | 0.14 | 279.44 | 0.67 | 0.58 |
| Hex | AB | 4D | DC | 16 | 41 | 0 | E | 117 | 43 | 3A |
| Octal | 253 | 115 | 334 | 26 | 101 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101011 | 1001101 | 11011100 | 10110 | 1000001 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #AB4DDC
Complementary color
Monochromatic Colors of #AB4DDC
Black with #AB4DDC
Text Example
Text Example
White with #AB4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DDC; }
p { color: rgb(171,77,220); }
H1.HeaderClassName
{
color: #AB4DDC;
}
.AnyTagClassName
{
color: #AB4DDC;
}
</style>
background-color css
<style>
a { background-color: #AB4DDC; }
a { background-color: rgb(171,77,220); }
div.DivClassName
{
background-color: #AB4DDC;
}
.BgClassName
{
background-color: #AB4DDC;
}
</style>
border-color css
<style>
span { border-color: #AB4DDC; }
span { border-color: rgb(171,77,220); }
td.TdClassName
{
border-color: #AB4DDC;
}
.TagClassName
{
border-color: #AB4DDC;
}
</style>