#AC29AB

Color #AC29AB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AC29AB

Tints of Dark Orchid #AC29AB

Color information

#AC29AB (or 0xAC29AB) is unknown color: approx Dark Orchid. HEX triplet: AC, 29 and AB. RGB value is (172,41,171). Sum of RGB (Red+Green+Blue) = 172+41+171=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC29AB is #53D654. Grayscale: #5E5E5E. Windows color (decimal): -5494357 or 11217324. OLE color: 11217324.

HSL color Cylindrical-coordinate representation of color #AC29AB: hue angle of 300.46º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC29AB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17241171-
CMYK00.760.010.33
HSL300.46º61.5%41.76%-
HSV(B)300.46º76.16%67.45%-
XYZ25.1613.339.77-
YUV94.99170.9182.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=44.79%
G=10.68%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724117100.760.010.33300.4661.541.76
HexAC29AB04C12112c3e2a
Octal2545125301141414547652
Binary1010110010100110101011010011001100001100101100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC29AB; }

 p { color: rgb(172,41,171); }

 H1.HeaderClassName
 {
   color: #AC29AB;
 }
 .AnyTagClassName
 {
   color: #AC29AB;
 }
</style>
background-color css

<style>
 a { background-color: #AC29AB; }

 a { background-color: rgb(172,41,171); }

 div.DivClassName
 {
   background-color: #AC29AB;
 }
 .BgClassName
 {
   background-color: #AC29AB;
 }
</style>
border-color css

<style>
 span { border-color: #AC29AB; }

 span { border-color: rgb(172,41,171); }

 td.TdClassName
 {
   border-color: #AC29AB;
 }
 .TagClassName
 {
   border-color: #AC29AB;
 }
</style>