Shades of Medium Orchid #AB5ADC
Tints of Medium Orchid #AB5ADC
RGB
CMYK
RGB Variations
Color information
#AB5ADC (or 0xAB5ADC) is known color: Medium Orchid. HEX triplet: AB, 5A and DC. RGB value is (171,90,220). Sum of RGB (Red+Green+Blue) = 171+90+220=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ADC is #54A523. Grayscale: #808080. Windows color (decimal): -5547300 or 14441131. OLE color: 14441131.
HSL color Cylindrical-coordinate representation of color #AB5ADC: hue angle of 277.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5ADC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 90 | 220 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.14 |
| HSL | 277.38º | 0.65% | 0.61% | - |
| HSV(B) | 277.38º | 0.59% | 0.86% | - |
| XYZ | 33.37 | 21.14 | 70.03 | - |
| YUV | 129.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 220 | 0.22 | 0.59 | 0 | 0.14 | 277.38 | 0.65 | 0.61 |
| Hex | AB | 5A | DC | 16 | 3B | 0 | E | 115 | 41 | 3D |
| Octal | 253 | 132 | 334 | 26 | 73 | 0 | 16 | 425 | 101 | 75 |
| Binary | 10101011 | 1011010 | 11011100 | 10110 | 111011 | 0 | 1110 | 100010101 | 1000001 | 111101 |
Color Harmonies of #AB5ADC
Complementary color
Monochromatic Colors of #AB5ADC
Black with #AB5ADC
Text Example
Text Example
White with #AB5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5ADC; }
p { color: rgb(171,90,220); }
H1.HeaderClassName
{
color: #AB5ADC;
}
.AnyTagClassName
{
color: #AB5ADC;
}
</style>
background-color css
<style>
a { background-color: #AB5ADC; }
a { background-color: rgb(171,90,220); }
div.DivClassName
{
background-color: #AB5ADC;
}
.BgClassName
{
background-color: #AB5ADC;
}
</style>
border-color css
<style>
span { border-color: #AB5ADC; }
span { border-color: rgb(171,90,220); }
td.TdClassName
{
border-color: #AB5ADC;
}
.TagClassName
{
border-color: #AB5ADC;
}
</style>