#AE29B8

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

Shades of Dark Orchid #AE29B8

Tints of Dark Orchid #AE29B8

Color information

#AE29B8 (or 0xAE29B8) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and B8. RGB value is (174,41,184). Sum of RGB (Red+Green+Blue) = 174+41+184=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE29B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29B8 is #51D647. Grayscale: #606060. Windows color (decimal): -5363272 or 12069294. OLE color: 12069294.

HSL color Cylindrical-coordinate representation of color #AE29B8: hue angle of 295.8º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE29B8 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17441184-
CMYK0.050.7800.28
HSL295.8º63.56%44.12%-
HSV(B)295.8º77.72%72.16%-
XYZ26.914.0546.64-
YUV97.07177.06182.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 41 (16.41% from 255) = 10.28%
BLUE value IS 184 (72.27% from 255) = 46.12%
R=43.61%
G=10.28%
B=46.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174411840.050.7800.28295.863.5644.12
HexAE29B854E01C128402c
Octal25651270511603445010054
Binary101011101010011011100010110011100111001001010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29B8; }

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

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

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

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

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

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

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

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