#AE23AB

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

Shades of Dark Orchid #AE23AB

Tints of Dark Orchid #AE23AB

Color information

#AE23AB (or 0xAE23AB) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and AB. RGB value is (174,35,171). Sum of RGB (Red+Green+Blue) = 174+35+171=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE23AB is #51DC54. Grayscale: #5B5B5B. Windows color (decimal): -5364821 or 11215790. OLE color: 11215790.

HSL color Cylindrical-coordinate representation of color #AE23AB: hue angle of 301.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE23AB is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17435171-
CMYK00.800.020.32
HSL301.29º66.51%40.98%-
HSV(B)301.29º79.89%68.24%-
XYZ25.4113.1439.73-
YUV92.06172.55186.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 35 (14.06% from 255) = 9.21%
BLUE value IS 171 (67.19% from 255) = 45%
R=45.79%
G=9.21%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743517100.800.020.32301.2966.5140.98
HexAE23AB05022012d4329
Octal25643253012024045510351
Binary101011101000111010101101010000101000001001011011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23AB; }

 p { color: rgb(174,35,171); }

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

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

 a { background-color: rgb(174,35,171); }

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

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

 span { border-color: rgb(174,35,171); }

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