Shades of Medium Orchid #AB4ACD
Tints of Medium Orchid #AB4ACD
RGB
CMYK
RGB Variations
Color information
#AB4ACD (or 0xAB4ACD) is known color: Medium Orchid. HEX triplet: AB, 4A and CD. RGB value is (171,74,205). Sum of RGB (Red+Green+Blue) = 171+74+205=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ACD is #54B532. Grayscale: #757575. Windows color (decimal): -5551411 or 13453995. OLE color: 13453995.
HSL color Cylindrical-coordinate representation of color #AB4ACD: hue angle of 284.43º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4ACD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 74 | 205 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.20 |
| HSL | 284.43º | 0.57% | 0.55% | - |
| HSV(B) | 284.43º | 0.64% | 0.8% | - |
| XYZ | 30.26 | 17.96 | 59.63 | - |
| YUV | 117.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 205 | 0.17 | 0.64 | 0 | 0.20 | 284.43 | 0.57 | 0.55 |
| Hex | AB | 4A | CD | 11 | 40 | 0 | 14 | 11C | 39 | 37 |
| Octal | 253 | 112 | 315 | 21 | 100 | 0 | 24 | 434 | 71 | 67 |
| Binary | 10101011 | 1001010 | 11001101 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111001 | 110111 |
Color Harmonies of #AB4ACD
Complementary color
Monochromatic Colors of #AB4ACD
Black with #AB4ACD
Text Example
Text Example
White with #AB4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ACD; }
p { color: rgb(171,74,205); }
H1.HeaderClassName
{
color: #AB4ACD;
}
.AnyTagClassName
{
color: #AB4ACD;
}
</style>
background-color css
<style>
a { background-color: #AB4ACD; }
a { background-color: rgb(171,74,205); }
div.DivClassName
{
background-color: #AB4ACD;
}
.BgClassName
{
background-color: #AB4ACD;
}
</style>
border-color css
<style>
span { border-color: #AB4ACD; }
span { border-color: rgb(171,74,205); }
td.TdClassName
{
border-color: #AB4ACD;
}
.TagClassName
{
border-color: #AB4ACD;
}
</style>