#AE23AE

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

Shades of Dark Orchid #AE23AE

Tints of Dark Orchid #AE23AE

Color information

#AE23AE (or 0xAE23AE) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and AE. RGB value is (174,35,174). Sum of RGB (Red+Green+Blue) = 174+35+174=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE23AE is #51DC51. Grayscale: #5B5B5B. Windows color (decimal): -5364818 or 11412398. OLE color: 11412398.

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

Color convert

RGB17435174-
CMYK00.8000.32
HSL300º66.51%40.98%-
HSV(B)300º79.89%68.24%-
XYZ25.713.2641.25-
YUV92.41174.05186.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 35 (14.06% from 255) = 9.14%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=45.43%
G=9.14%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743517400.8000.3230066.5140.98
HexAE23AE05002012c4329
Octal25643256012004045410351
Binary10101110100011101011100101000001000001001011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23AE; }

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

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

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

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

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

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

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

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