Shades of Dark Orchid #AC37D5
Tints of Dark Orchid #AC37D5
RGB
CMYK
RGB Variations
Color information
#AC37D5 (or 0xAC37D5) is known color: Dark Orchid. HEX triplet: AC, 37 and D5. RGB value is (172,55,213). Sum of RGB (Red+Green+Blue) = 172+55+213=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC37D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37D5 is #53C82A. Grayscale: #6B6B6B. Windows color (decimal): -5490731 or 13973420. OLE color: 13973420.
HSL color Cylindrical-coordinate representation of color #AC37D5: hue angle of 284.43º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC37D5 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 55 | 213 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.16 |
| HSL | 284.43º | 0.65% | 0.53% | - |
| HSV(B) | 284.43º | 0.74% | 0.84% | - |
| XYZ | 30.39 | 16.31 | 64.5 | - |
| YUV | 108 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 213 | 0.19 | 0.74 | 0 | 0.16 | 284.43 | 0.65 | 0.53 |
| Hex | AC | 37 | D5 | 13 | 4A | 0 | 10 | 11C | 41 | 35 |
| Octal | 254 | 67 | 325 | 23 | 112 | 0 | 20 | 434 | 101 | 65 |
| Binary | 10101100 | 110111 | 11010101 | 10011 | 1001010 | 0 | 10000 | 100011100 | 1000001 | 110101 |
Color Harmonies of #AC37D5
Complementary color
Monochromatic Colors of #AC37D5
Black with #AC37D5
Text Example
Text Example
White with #AC37D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37D5; }
p { color: rgb(172,55,213); }
H1.HeaderClassName
{
color: #AC37D5;
}
.AnyTagClassName
{
color: #AC37D5;
}
</style>
background-color css
<style>
a { background-color: #AC37D5; }
a { background-color: rgb(172,55,213); }
div.DivClassName
{
background-color: #AC37D5;
}
.BgClassName
{
background-color: #AC37D5;
}
</style>
border-color css
<style>
span { border-color: #AC37D5; }
span { border-color: rgb(172,55,213); }
td.TdClassName
{
border-color: #AC37D5;
}
.TagClassName
{
border-color: #AC37D5;
}
</style>