Shades of Dark Orchid #AC2BE6
Tints of Dark Orchid #AC2BE6
RGB
CMYK
RGB Variations
Color information
#AC2BE6 (or 0xAC2BE6) is known color: Dark Orchid. HEX triplet: AC, 2B and E6. RGB value is (172,43,230). Sum of RGB (Red+Green+Blue) = 172+43+230=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC2BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BE6 is #53D419. Grayscale: #666666. Windows color (decimal): -5493786 or 15084460. OLE color: 15084460.
HSL color Cylindrical-coordinate representation of color #AC2BE6: hue angle of 281.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2BE6 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 43 | 230 | - |
CMYK | 0.25 | 0.81 | 0 | 0.10 |
HSL | 281.39º | 0.79% | 0.54% | - |
HSV(B) | 281.39º | 0.81% | 0.9% | - |
XYZ | 32.16 | 16.21 | 76.3 | - |
YUV | 102.89 | 199.74 | 177.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 43 | 230 | 0.25 | 0.81 | 0 | 0.10 | 281.39 | 0.79 | 0.54 |
Hex | AC | 2B | E6 | 19 | 51 | 0 | A | 119 | 4F | 36 |
Octal | 254 | 53 | 346 | 31 | 121 | 0 | 12 | 431 | 117 | 66 |
Binary | 10101100 | 101011 | 11100110 | 11001 | 1010001 | 0 | 1010 | 100011001 | 1001111 | 110110 |
Color Harmonies of #AC2BE6
Complementary color
Monochromatic Colors of #AC2BE6
Black with #AC2BE6
Text Example
Text Example
White with #AC2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BE6; }
p { color: rgb(172,43,230); }
H1.HeaderClassName
{
color: #AC2BE6;
}
.AnyTagClassName
{
color: #AC2BE6;
}
</style>
background-color css
<style>
a { background-color: #AC2BE6; }
a { background-color: rgb(172,43,230); }
div.DivClassName
{
background-color: #AC2BE6;
}
.BgClassName
{
background-color: #AC2BE6;
}
</style>
border-color css
<style>
span { border-color: #AC2BE6; }
span { border-color: rgb(172,43,230); }
td.TdClassName
{
border-color: #AC2BE6;
}
.TagClassName
{
border-color: #AC2BE6;
}
</style>