#AE2BB4

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

Shades of Dark Orchid #AE2BB4

Tints of Dark Orchid #AE2BB4

Color information

#AE2BB4 (or 0xAE2BB4) is unknown color: approx Dark Orchid. HEX triplet: AE, 2B and B4. RGB value is (174,43,180). Sum of RGB (Red+Green+Blue) = 174+43+180=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE2BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BB4 is #51D44B. Grayscale: #616161. Windows color (decimal): -5362764 or 11807662. OLE color: 11807662.

HSL color Cylindrical-coordinate representation of color #AE2BB4: hue angle of 297.37º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2BB4 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17443180-
CMYK0.030.7600.29
HSL297.37º61.43%43.73%-
HSV(B)297.37º76.11%70.59%-
XYZ26.5614.0244.49-
YUV97.79174.4182.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=43.83%
G=10.83%
B=45.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174431800.030.7600.29297.3761.4343.73
HexAE2BB434C01D1293d2c
Octal2565326431140354517554
Binary1010111010101110110100111001100011101100101001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2BB4; }

 p { color: rgb(174,43,180); }

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

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

 a { background-color: rgb(174,43,180); }

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

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

 span { border-color: rgb(174,43,180); }

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