Shades of Medium Orchid #AB5DDC
Tints of Medium Orchid #AB5DDC
RGB
CMYK
RGB Variations
Color information
#AB5DDC (or 0xAB5DDC) is known color: Medium Orchid. HEX triplet: AB, 5D and DC. RGB value is (171,93,220). Sum of RGB (Red+Green+Blue) = 171+93+220=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DDC is #54A223. Grayscale: #828282. Windows color (decimal): -5546532 or 14441899. OLE color: 14441899.
HSL color Cylindrical-coordinate representation of color #AB5DDC: hue angle of 276.85º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5DDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 93 | 220 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.14 |
| HSL | 276.85º | 0.64% | 0.61% | - |
| HSV(B) | 276.85º | 0.58% | 0.86% | - |
| XYZ | 33.63 | 21.65 | 70.12 | - |
| YUV | 130.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 220 | 0.22 | 0.58 | 0 | 0.14 | 276.85 | 0.64 | 0.61 |
| Hex | AB | 5D | DC | 16 | 3A | 0 | E | 115 | 40 | 3D |
| Octal | 253 | 135 | 334 | 26 | 72 | 0 | 16 | 425 | 100 | 75 |
| Binary | 10101011 | 1011101 | 11011100 | 10110 | 111010 | 0 | 1110 | 100010101 | 1000000 | 111101 |
Color Harmonies of #AB5DDC
Complementary color
Monochromatic Colors of #AB5DDC
Black with #AB5DDC
Text Example
Text Example
White with #AB5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DDC; }
p { color: rgb(171,93,220); }
H1.HeaderClassName
{
color: #AB5DDC;
}
.AnyTagClassName
{
color: #AB5DDC;
}
</style>
background-color css
<style>
a { background-color: #AB5DDC; }
a { background-color: rgb(171,93,220); }
div.DivClassName
{
background-color: #AB5DDC;
}
.BgClassName
{
background-color: #AB5DDC;
}
</style>
border-color css
<style>
span { border-color: #AB5DDC; }
span { border-color: rgb(171,93,220); }
td.TdClassName
{
border-color: #AB5DDC;
}
.TagClassName
{
border-color: #AB5DDC;
}
</style>