Shades of Medium Orchid #AB5FDC
Tints of Medium Orchid #AB5FDC
RGB
CMYK
RGB Variations
Color information
#AB5FDC (or 0xAB5FDC) is known color: Medium Orchid. HEX triplet: AB, 5F and DC. RGB value is (171,95,220). Sum of RGB (Red+Green+Blue) = 171+95+220=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FDC is #54A023. Grayscale: #838383. Windows color (decimal): -5546020 or 14442411. OLE color: 14442411.
HSL color Cylindrical-coordinate representation of color #AB5FDC: hue angle of 276.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5FDC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 95 | 220 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.14 |
| HSL | 276.48º | 0.64% | 0.62% | - |
| HSV(B) | 276.48º | 0.57% | 0.86% | - |
| XYZ | 33.81 | 22.01 | 70.18 | - |
| YUV | 131.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 220 | 0.22 | 0.57 | 0 | 0.14 | 276.48 | 0.64 | 0.62 |
| Hex | AB | 5F | DC | 16 | 39 | 0 | E | 114 | 40 | 3E |
| Octal | 253 | 137 | 334 | 26 | 71 | 0 | 16 | 424 | 100 | 76 |
| Binary | 10101011 | 1011111 | 11011100 | 10110 | 111001 | 0 | 1110 | 100010100 | 1000000 | 111110 |
Color Harmonies of #AB5FDC
Complementary color
Monochromatic Colors of #AB5FDC
Black with #AB5FDC
Text Example
Text Example
White with #AB5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FDC; }
p { color: rgb(171,95,220); }
H1.HeaderClassName
{
color: #AB5FDC;
}
.AnyTagClassName
{
color: #AB5FDC;
}
</style>
background-color css
<style>
a { background-color: #AB5FDC; }
a { background-color: rgb(171,95,220); }
div.DivClassName
{
background-color: #AB5FDC;
}
.BgClassName
{
background-color: #AB5FDC;
}
</style>
border-color css
<style>
span { border-color: #AB5FDC; }
span { border-color: rgb(171,95,220); }
td.TdClassName
{
border-color: #AB5FDC;
}
.TagClassName
{
border-color: #AB5FDC;
}
</style>