Shades of Dark Orchid #AC2DD5
Tints of Dark Orchid #AC2DD5
RGB
CMYK
RGB Variations
Color information
#AC2DD5 (or 0xAC2DD5) is known color: Dark Orchid. HEX triplet: AC, 2D and D5. RGB value is (172,45,213). Sum of RGB (Red+Green+Blue) = 172+45+213=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC2DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DD5 is #53D22A. Grayscale: #656565. Windows color (decimal): -5493291 or 13970860. OLE color: 13970860.
HSL color Cylindrical-coordinate representation of color #AC2DD5: hue angle of 285.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2DD5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 45 | 213 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.16 |
| HSL | 285.36º | 0.67% | 0.51% | - |
| HSV(B) | 285.36º | 0.79% | 0.84% | - |
| XYZ | 29.96 | 15.45 | 64.35 | - |
| YUV | 102.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 213 | 0.19 | 0.79 | 0 | 0.16 | 285.36 | 0.67 | 0.51 |
| Hex | AC | 2D | D5 | 13 | 4F | 0 | 10 | 11D | 43 | 33 |
| Octal | 254 | 55 | 325 | 23 | 117 | 0 | 20 | 435 | 103 | 63 |
| Binary | 10101100 | 101101 | 11010101 | 10011 | 1001111 | 0 | 10000 | 100011101 | 1000011 | 110011 |
Color Harmonies of #AC2DD5
Complementary color
Monochromatic Colors of #AC2DD5
Black with #AC2DD5
Text Example
Text Example
White with #AC2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DD5; }
p { color: rgb(172,45,213); }
H1.HeaderClassName
{
color: #AC2DD5;
}
.AnyTagClassName
{
color: #AC2DD5;
}
</style>
background-color css
<style>
a { background-color: #AC2DD5; }
a { background-color: rgb(172,45,213); }
div.DivClassName
{
background-color: #AC2DD5;
}
.BgClassName
{
background-color: #AC2DD5;
}
</style>
border-color css
<style>
span { border-color: #AC2DD5; }
span { border-color: rgb(172,45,213); }
td.TdClassName
{
border-color: #AC2DD5;
}
.TagClassName
{
border-color: #AC2DD5;
}
</style>