Shades of Medium Orchid #AC52DB
Tints of Medium Orchid #AC52DB
RGB
CMYK
RGB Variations
Color information
#AC52DB (or 0xAC52DB) is known color: Medium Orchid. HEX triplet: AC, 52 and DB. RGB value is (172,82,219). Sum of RGB (Red+Green+Blue) = 172+82+219=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52DB is #53AD24. Grayscale: #7C7C7C. Windows color (decimal): -5483813 or 14373548. OLE color: 14373548.
HSL color Cylindrical-coordinate representation of color #AC52DB: hue angle of 279.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC52DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 82 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 279.42º | 0.66% | 0.59% | - |
| HSV(B) | 279.42º | 0.63% | 0.86% | - |
| XYZ | 32.82 | 19.92 | 69.13 | - |
| YUV | 124.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 219 | 0.21 | 0.63 | 0 | 0.14 | 279.42 | 0.66 | 0.59 |
| Hex | AC | 52 | DB | 15 | 3F | 0 | E | 117 | 42 | 3B |
| Octal | 254 | 122 | 333 | 25 | 77 | 0 | 16 | 427 | 102 | 73 |
| Binary | 10101100 | 1010010 | 11011011 | 10101 | 111111 | 0 | 1110 | 100010111 | 1000010 | 111011 |
Color Harmonies of #AC52DB
Complementary color
Monochromatic Colors of #AC52DB
Black with #AC52DB
Text Example
Text Example
White with #AC52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52DB; }
p { color: rgb(172,82,219); }
H1.HeaderClassName
{
color: #AC52DB;
}
.AnyTagClassName
{
color: #AC52DB;
}
</style>
background-color css
<style>
a { background-color: #AC52DB; }
a { background-color: rgb(172,82,219); }
div.DivClassName
{
background-color: #AC52DB;
}
.BgClassName
{
background-color: #AC52DB;
}
</style>
border-color css
<style>
span { border-color: #AC52DB; }
span { border-color: rgb(172,82,219); }
td.TdClassName
{
border-color: #AC52DB;
}
.TagClassName
{
border-color: #AC52DB;
}
</style>