#AE29BF

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

Shades of Dark Orchid #AE29BF

Tints of Dark Orchid #AE29BF

Color information

#AE29BF (or 0xAE29BF) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and BF. RGB value is (174,41,191). Sum of RGB (Red+Green+Blue) = 174+41+191=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE29BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29BF is #51D640. Grayscale: #616161. Windows color (decimal): -5363265 or 12528046. OLE color: 12528046.

HSL color Cylindrical-coordinate representation of color #AE29BF: hue angle of 293.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE29BF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17441191-
CMYK0.090.7900.25
HSL293.2º64.66%45.49%-
HSV(B)293.2º78.53%74.9%-
XYZ27.6514.3550.6-
YUV97.87180.56182.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 10.10%
BLUE value IS 191 (75% from 255) = 47.04%
R=42.86%
G=10.10%
B=47.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174411910.090.7900.25293.264.6645.49
HexAE29BF94F019125412d
Octal256512771111703144510155
Binary1010111010100110111111100110011110110011001001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29BF; }

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

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

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

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

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

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

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

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