Shades of Medium Orchid #AC5ADB
Tints of Medium Orchid #AC5ADB
RGB
CMYK
RGB Variations
Color information
#AC5ADB (or 0xAC5ADB) is known color: Medium Orchid. HEX triplet: AC, 5A and DB. RGB value is (172,90,219). Sum of RGB (Red+Green+Blue) = 172+90+219=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ADB is #53A524. Grayscale: #808080. Windows color (decimal): -5481765 or 14375596. OLE color: 14375596.
HSL color Cylindrical-coordinate representation of color #AC5ADB: hue angle of 278.14º degrees, saturation: 0.64, 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 #AC5ADB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 90 | 219 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.14º | 0.64% | 0.61% | - |
| HSV(B) | 278.14º | 0.59% | 0.86% | - |
| XYZ | 33.46 | 21.2 | 69.35 | - |
| YUV | 129.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 219 | 0.21 | 0.59 | 0 | 0.14 | 278.14 | 0.64 | 0.61 |
| Hex | AC | 5A | DB | 15 | 3B | 0 | E | 116 | 40 | 3D |
| Octal | 254 | 132 | 333 | 25 | 73 | 0 | 16 | 426 | 100 | 75 |
| Binary | 10101100 | 1011010 | 11011011 | 10101 | 111011 | 0 | 1110 | 100010110 | 1000000 | 111101 |
Color Harmonies of #AC5ADB
Complementary color
Monochromatic Colors of #AC5ADB
Black with #AC5ADB
Text Example
Text Example
White with #AC5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ADB; }
p { color: rgb(172,90,219); }
H1.HeaderClassName
{
color: #AC5ADB;
}
.AnyTagClassName
{
color: #AC5ADB;
}
</style>
background-color css
<style>
a { background-color: #AC5ADB; }
a { background-color: rgb(172,90,219); }
div.DivClassName
{
background-color: #AC5ADB;
}
.BgClassName
{
background-color: #AC5ADB;
}
</style>
border-color css
<style>
span { border-color: #AC5ADB; }
span { border-color: rgb(172,90,219); }
td.TdClassName
{
border-color: #AC5ADB;
}
.TagClassName
{
border-color: #AC5ADB;
}
</style>