Shades of Dark Orchid #AC2BBE
Tints of Dark Orchid #AC2BBE
RGB
CMYK
RGB Variations
Color information
#AC2BBE (or 0xAC2BBE) is known color: Dark Orchid. HEX triplet: AC, 2B and BE. RGB value is (172,43,190). Sum of RGB (Red+Green+Blue) = 172+43+190=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BBE is #53D441. Grayscale: #616161. Windows color (decimal): -5493826 or 12463020. OLE color: 12463020.
HSL color Cylindrical-coordinate representation of color #AC2BBE: hue angle of 292.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2BBE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 43 | 190 | - |
CMYK | 0.09 | 0.77 | 0 | 0.25 |
HSL | 292.65º | 0.63% | 0.46% | - |
HSV(B) | 292.65º | 0.77% | 0.75% | - |
XYZ | 27.17 | 14.22 | 50.03 | - |
YUV | 98.33 | 179.74 | 180.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 43 | 190 | 0.09 | 0.77 | 0 | 0.25 | 292.65 | 0.63 | 0.46 |
Hex | AC | 2B | BE | 9 | 4D | 0 | 19 | 125 | 3F | 2E |
Octal | 254 | 53 | 276 | 11 | 115 | 0 | 31 | 445 | 77 | 56 |
Binary | 10101100 | 101011 | 10111110 | 1001 | 1001101 | 0 | 11001 | 100100101 | 111111 | 101110 |
Color Harmonies of #AC2BBE
Complementary color
Monochromatic Colors of #AC2BBE
Black with #AC2BBE
Text Example
Text Example
White with #AC2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BBE; }
p { color: rgb(172,43,190); }
H1.HeaderClassName
{
color: #AC2BBE;
}
.AnyTagClassName
{
color: #AC2BBE;
}
</style>
background-color css
<style>
a { background-color: #AC2BBE; }
a { background-color: rgb(172,43,190); }
div.DivClassName
{
background-color: #AC2BBE;
}
.BgClassName
{
background-color: #AC2BBE;
}
</style>
border-color css
<style>
span { border-color: #AC2BBE; }
span { border-color: rgb(172,43,190); }
td.TdClassName
{
border-color: #AC2BBE;
}
.TagClassName
{
border-color: #AC2BBE;
}
</style>