Shades of Medium Orchid #AC5FDB
Tints of Medium Orchid #AC5FDB
RGB
CMYK
RGB Variations
Color information
#AC5FDB (or 0xAC5FDB) is known color: Medium Orchid. HEX triplet: AC, 5F and DB. RGB value is (172,95,219). Sum of RGB (Red+Green+Blue) = 172+95+219=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FDB is #53A024. Grayscale: #838383. Windows color (decimal): -5480485 or 14376876. OLE color: 14376876.
HSL color Cylindrical-coordinate representation of color #AC5FDB: hue angle of 277.26º degrees, saturation: 0.63, 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 #AC5FDB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 95 | 219 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.14 |
| HSL | 277.26º | 0.63% | 0.62% | - |
| HSV(B) | 277.26º | 0.57% | 0.86% | - |
| XYZ | 33.89 | 22.07 | 69.49 | - |
| YUV | 132.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 219 | 0.21 | 0.57 | 0 | 0.14 | 277.26 | 0.63 | 0.62 |
| Hex | AC | 5F | DB | 15 | 39 | 0 | E | 115 | 3F | 3E |
| Octal | 254 | 137 | 333 | 25 | 71 | 0 | 16 | 425 | 77 | 76 |
| Binary | 10101100 | 1011111 | 11011011 | 10101 | 111001 | 0 | 1110 | 100010101 | 111111 | 111110 |
Color Harmonies of #AC5FDB
Complementary color
Monochromatic Colors of #AC5FDB
Black with #AC5FDB
Text Example
Text Example
White with #AC5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5FDB; }
p { color: rgb(172,95,219); }
H1.HeaderClassName
{
color: #AC5FDB;
}
.AnyTagClassName
{
color: #AC5FDB;
}
</style>
background-color css
<style>
a { background-color: #AC5FDB; }
a { background-color: rgb(172,95,219); }
div.DivClassName
{
background-color: #AC5FDB;
}
.BgClassName
{
background-color: #AC5FDB;
}
</style>
border-color css
<style>
span { border-color: #AC5FDB; }
span { border-color: rgb(172,95,219); }
td.TdClassName
{
border-color: #AC5FDB;
}
.TagClassName
{
border-color: #AC5FDB;
}
</style>