Shades of Dark Orchid #AC2ACC
Tints of Dark Orchid #AC2ACC
RGB
CMYK
RGB Variations
Color information
#AC2ACC (or 0xAC2ACC) is known color: Dark Orchid. HEX triplet: AC, 2A and CC. RGB value is (172,42,204). Sum of RGB (Red+Green+Blue) = 172+42+204=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACC is #53D533. Grayscale: #626262. Windows color (decimal): -5494068 or 13380268. OLE color: 13380268.
HSL color Cylindrical-coordinate representation of color #AC2ACC: hue angle of 288.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2ACC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 42 | 204 | - |
CMYK | 0.16 | 0.79 | 0 | 0.2 |
HSL | 288.15º | 0.66% | 0.48% | - |
HSV(B) | 288.15º | 0.79% | 0.8% | - |
XYZ | 28.74 | 14.79 | 58.47 | - |
YUV | 99.34 | 187.07 | 179.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 42 | 204 | 0.16 | 0.79 | 0 | 0.2 | 288.15 | 0.66 | 0.48 |
Hex | AC | 2A | CC | 10 | 4F | 0 | 14 | 120 | 42 | 30 |
Octal | 254 | 52 | 314 | 20 | 117 | 0 | 24 | 440 | 102 | 60 |
Binary | 10101100 | 101010 | 11001100 | 10000 | 1001111 | 0 | 10100 | 100100000 | 1000010 | 110000 |
Color Harmonies of #AC2ACC
Complementary color
Monochromatic Colors of #AC2ACC
Black with #AC2ACC
Text Example
Text Example
White with #AC2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ACC; }
p { color: rgb(172,42,204); }
H1.HeaderClassName
{
color: #AC2ACC;
}
.AnyTagClassName
{
color: #AC2ACC;
}
</style>
background-color css
<style>
a { background-color: #AC2ACC; }
a { background-color: rgb(172,42,204); }
div.DivClassName
{
background-color: #AC2ACC;
}
.BgClassName
{
background-color: #AC2ACC;
}
</style>
border-color css
<style>
span { border-color: #AC2ACC; }
span { border-color: rgb(172,42,204); }
td.TdClassName
{
border-color: #AC2ACC;
}
.TagClassName
{
border-color: #AC2ACC;
}
</style>