Shades of Medium Orchid #AB55DF
Tints of Medium Orchid #AB55DF
RGB
CMYK
RGB Variations
Color information
#AB55DF (or 0xAB55DF) is known color: Medium Orchid. HEX triplet: AB, 55 and DF. RGB value is (171,85,223). Sum of RGB (Red+Green+Blue) = 171+85+223=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55DF is #54AA20. Grayscale: #7D7D7D. Windows color (decimal): -5548577 or 14636459. OLE color: 14636459.
HSL color Cylindrical-coordinate representation of color #AB55DF: hue angle of 277.39º degrees, saturation: 0.68, 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 #AB55DF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 85 | 223 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.13 |
| HSL | 277.39º | 0.68% | 0.6% | - |
| HSV(B) | 277.39º | 0.62% | 0.87% | - |
| XYZ | 33.36 | 20.48 | 72.01 | - |
| YUV | 126.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 223 | 0.23 | 0.62 | 0 | 0.13 | 277.39 | 0.68 | 0.6 |
| Hex | AB | 55 | DF | 17 | 3E | 0 | D | 115 | 44 | 3C |
| Octal | 253 | 125 | 337 | 27 | 76 | 0 | 15 | 425 | 104 | 74 |
| Binary | 10101011 | 1010101 | 11011111 | 10111 | 111110 | 0 | 1101 | 100010101 | 1000100 | 111100 |
Color Harmonies of #AB55DF
Complementary color
Monochromatic Colors of #AB55DF
Black with #AB55DF
Text Example
Text Example
White with #AB55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55DF; }
p { color: rgb(171,85,223); }
H1.HeaderClassName
{
color: #AB55DF;
}
.AnyTagClassName
{
color: #AB55DF;
}
</style>
background-color css
<style>
a { background-color: #AB55DF; }
a { background-color: rgb(171,85,223); }
div.DivClassName
{
background-color: #AB55DF;
}
.BgClassName
{
background-color: #AB55DF;
}
</style>
border-color css
<style>
span { border-color: #AB55DF; }
span { border-color: rgb(171,85,223); }
td.TdClassName
{
border-color: #AB55DF;
}
.TagClassName
{
border-color: #AB55DF;
}
</style>