#AE23AD

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

Shades of Dark Orchid #AE23AD

Tints of Dark Orchid #AE23AD

Color information

#AE23AD (or 0xAE23AD) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and AD. RGB value is (174,35,173). Sum of RGB (Red+Green+Blue) = 174+35+173=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE23AD is #51DC52. Grayscale: #5B5B5B. Windows color (decimal): -5364819 or 11346862. OLE color: 11346862.

HSL color Cylindrical-coordinate representation of color #AE23AD: hue angle of 300.43º 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 #AE23AD is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17435173-
CMYK00.800.010.32
HSL300.43º66.51%40.98%-
HSV(B)300.43º79.89%68.24%-
XYZ25.613.2240.74-
YUV92.29173.55186.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 35 (14.06% from 255) = 9.16%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=45.55%
G=9.16%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743517300.800.010.32300.4366.5140.98
HexAE23AD05012012c4329
Octal25643255012014045410351
Binary10101110100011101011010101000011000001001011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23AD; }

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

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

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

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

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

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

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

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