#AE28AE

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

Shades of Dark Orchid #AE28AE

Tints of Dark Orchid #AE28AE

Color information

#AE28AE (or 0xAE28AE) is unknown color: approx Dark Orchid. HEX triplet: AE, 28 and AE. RGB value is (174,40,174). Sum of RGB (Red+Green+Blue) = 174+40+174=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AE is #51D751. Grayscale: #5E5E5E. Windows color (decimal): -5363538 or 11413678. OLE color: 11413678.

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

Color convert

RGB17440174-
CMYK00.7700.32
HSL300º62.62%41.96%-
HSV(B)300º77.01%68.24%-
XYZ25.8513.5741.3-
YUV95.34172.39184.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 40 (16.02% from 255) = 10.31%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=44.85%
G=10.31%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744017400.7700.3230062.6241.96
HexAE28AE04D02012c3f2a
Octal2565025601150404547752
Binary1010111010100010101110010011010100000100101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE28AE; }

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

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

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

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

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

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

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

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