Shades of Medium Orchid #AC58DB
Tints of Medium Orchid #AC58DB
RGB
CMYK
RGB Variations
Color information
#AC58DB (or 0xAC58DB) is known color: Medium Orchid. HEX triplet: AC, 58 and DB. RGB value is (172,88,219). Sum of RGB (Red+Green+Blue) = 172+88+219=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58DB is #53A724. Grayscale: #7F7F7F. Windows color (decimal): -5482277 or 14375084. OLE color: 14375084.
HSL color Cylindrical-coordinate representation of color #AC58DB: hue angle of 278.47º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC58DB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 88 | 219 | - |
CMYK | 0.21 | 0.60 | 0 | 0.14 |
HSL | 278.47º | 0.65% | 0.6% | - |
HSV(B) | 278.47º | 0.6% | 0.86% | - |
XYZ | 33.29 | 20.86 | 69.29 | - |
YUV | 128.05 | 179.33 | 159.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 88 | 219 | 0.21 | 0.60 | 0 | 0.14 | 278.47 | 0.65 | 0.6 |
Hex | AC | 58 | DB | 15 | 3C | 0 | E | 116 | 41 | 3C |
Octal | 254 | 130 | 333 | 25 | 74 | 0 | 16 | 426 | 101 | 74 |
Binary | 10101100 | 1011000 | 11011011 | 10101 | 111100 | 0 | 1110 | 100010110 | 1000001 | 111100 |
Color Harmonies of #AC58DB
Complementary color
Monochromatic Colors of #AC58DB
Black with #AC58DB
Text Example
Text Example
White with #AC58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58DB; }
p { color: rgb(172,88,219); }
H1.HeaderClassName
{
color: #AC58DB;
}
.AnyTagClassName
{
color: #AC58DB;
}
</style>
background-color css
<style>
a { background-color: #AC58DB; }
a { background-color: rgb(172,88,219); }
div.DivClassName
{
background-color: #AC58DB;
}
.BgClassName
{
background-color: #AC58DB;
}
</style>
border-color css
<style>
span { border-color: #AC58DB; }
span { border-color: rgb(172,88,219); }
td.TdClassName
{
border-color: #AC58DB;
}
.TagClassName
{
border-color: #AC58DB;
}
</style>