#AE29AC

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

Shades of Dark Orchid #AE29AC

Tints of Dark Orchid #AE29AC

Color information

#AE29AC (or 0xAE29AC) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and AC. RGB value is (174,41,172). Sum of RGB (Red+Green+Blue) = 174+41+172=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE29AC is #51D653. Grayscale: #5F5F5F. Windows color (decimal): -5363284 or 11282862. OLE color: 11282862.

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

Color convert

RGB17441172-
CMYK00.760.010.32
HSL300.9º61.86%42.16%-
HSV(B)300.9º76.44%68.24%-
XYZ25.6913.5640.29-
YUV95.7171.06183.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=44.96%
G=10.59%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744117200.760.010.32300.961.8642.16
HexAE29AC04C12012d3e2a
Octal2565125401141404557652
Binary1010111010100110101100010011001100000100101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29AC; }

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

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

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

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

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

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

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

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