Shades of Medium Orchid #AC5EDB
Tints of Medium Orchid #AC5EDB
RGB
CMYK
RGB Variations
Color information
#AC5EDB (or 0xAC5EDB) is known color: Medium Orchid. HEX triplet: AC, 5E and DB. RGB value is (172,94,219). Sum of RGB (Red+Green+Blue) = 172+94+219=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EDB is #53A124. Grayscale: #838383. Windows color (decimal): -5480741 or 14376620. OLE color: 14376620.
HSL color Cylindrical-coordinate representation of color #AC5EDB: hue angle of 277.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5EDB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 94 | 219 | - |
CMYK | 0.21 | 0.57 | 0 | 0.14 |
HSL | 277.44º | 0.63% | 0.61% | - |
HSV(B) | 277.44º | 0.57% | 0.86% | - |
XYZ | 33.8 | 21.89 | 69.46 | - |
YUV | 131.57 | 177.34 | 156.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 94 | 219 | 0.21 | 0.57 | 0 | 0.14 | 277.44 | 0.63 | 0.61 |
Hex | AC | 5E | DB | 15 | 39 | 0 | E | 115 | 3F | 3D |
Octal | 254 | 136 | 333 | 25 | 71 | 0 | 16 | 425 | 77 | 75 |
Binary | 10101100 | 1011110 | 11011011 | 10101 | 111001 | 0 | 1110 | 100010101 | 111111 | 111101 |
Color Harmonies of #AC5EDB
Complementary color
Monochromatic Colors of #AC5EDB
Black with #AC5EDB
Text Example
Text Example
White with #AC5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EDB; }
p { color: rgb(172,94,219); }
H1.HeaderClassName
{
color: #AC5EDB;
}
.AnyTagClassName
{
color: #AC5EDB;
}
</style>
background-color css
<style>
a { background-color: #AC5EDB; }
a { background-color: rgb(172,94,219); }
div.DivClassName
{
background-color: #AC5EDB;
}
.BgClassName
{
background-color: #AC5EDB;
}
</style>
border-color css
<style>
span { border-color: #AC5EDB; }
span { border-color: rgb(172,94,219); }
td.TdClassName
{
border-color: #AC5EDB;
}
.TagClassName
{
border-color: #AC5EDB;
}
</style>