#AE23AA

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

Shades of Dark Orchid #AE23AA

Tints of Dark Orchid #AE23AA

Color information

#AE23AA (or 0xAE23AA) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and AA. RGB value is (174,35,170). Sum of RGB (Red+Green+Blue) = 174+35+170=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE23AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE23AA is #51DC55. Grayscale: #5B5B5B. Windows color (decimal): -5364822 or 11150254. OLE color: 11150254.

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

Color convert

RGB17435170-
CMYK00.800.020.32
HSL301.73º66.51%40.98%-
HSV(B)301.73º79.89%68.24%-
XYZ25.3113.139.23-
YUV91.95172.05186.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 35 (14.06% from 255) = 9.23%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=45.91%
G=9.23%
B=44.85%

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
Decimal1743517000.800.020.32301.7366.5140.98
HexAE23AA05022012e4329
Octal25643252012024045610351
Binary101011101000111010101001010000101000001001011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23AA; }

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

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

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

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

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

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

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

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