Shades of Medium Orchid #AB5CDC
Tints of Medium Orchid #AB5CDC
RGB
CMYK
RGB Variations
Color information
#AB5CDC (or 0xAB5CDC) is known color: Medium Orchid. HEX triplet: AB, 5C and DC. RGB value is (171,92,220). Sum of RGB (Red+Green+Blue) = 171+92+220=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CDC is #54A323. Grayscale: #818181. Windows color (decimal): -5546788 or 14441643. OLE color: 14441643.
HSL color Cylindrical-coordinate representation of color #AB5CDC: hue angle of 277.03º degrees, saturation: 0.65, 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 #AB5CDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 92 | 220 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.14 |
| HSL | 277.03º | 0.65% | 0.61% | - |
| HSV(B) | 277.03º | 0.58% | 0.86% | - |
| XYZ | 33.54 | 21.48 | 70.09 | - |
| YUV | 130.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 220 | 0.22 | 0.58 | 0 | 0.14 | 277.03 | 0.65 | 0.61 |
| Hex | AB | 5C | DC | 16 | 3A | 0 | E | 115 | 41 | 3D |
| Octal | 253 | 134 | 334 | 26 | 72 | 0 | 16 | 425 | 101 | 75 |
| Binary | 10101011 | 1011100 | 11011100 | 10110 | 111010 | 0 | 1110 | 100010101 | 1000001 | 111101 |
Color Harmonies of #AB5CDC
Complementary color
Monochromatic Colors of #AB5CDC
Black with #AB5CDC
Text Example
Text Example
White with #AB5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CDC; }
p { color: rgb(171,92,220); }
H1.HeaderClassName
{
color: #AB5CDC;
}
.AnyTagClassName
{
color: #AB5CDC;
}
</style>
background-color css
<style>
a { background-color: #AB5CDC; }
a { background-color: rgb(171,92,220); }
div.DivClassName
{
background-color: #AB5CDC;
}
.BgClassName
{
background-color: #AB5CDC;
}
</style>
border-color css
<style>
span { border-color: #AB5CDC; }
span { border-color: rgb(171,92,220); }
td.TdClassName
{
border-color: #AB5CDC;
}
.TagClassName
{
border-color: #AB5CDC;
}
</style>