#AE24AE

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

Shades of Dark Orchid #AE24AE

Tints of Dark Orchid #AE24AE

Color information

#AE24AE (or 0xAE24AE) is unknown color: approx Dark Orchid. HEX triplet: AE, 24 and AE. RGB value is (174,36,174). Sum of RGB (Red+Green+Blue) = 174+36+174=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE24AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE24AE is #51DB51. Grayscale: #5C5C5C. Windows color (decimal): -5364562 or 11412654. OLE color: 11412654.

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

Color convert

RGB17436174-
CMYK00.7900.32
HSL300º65.71%41.18%-
HSV(B)300º79.31%68.24%-
XYZ25.7313.3241.26-
YUV92.99173.72185.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 36 (14.45% from 255) = 9.38%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=45.31%
G=9.38%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743617400.7900.3230065.7141.18
HexAE24AE04F02012c4229
Octal25644256011704045410251
Binary10101110100100101011100100111101000001001011001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE24AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE24AE; }

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

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

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

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

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

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

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

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