#AE28AD

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

Shades of Dark Orchid #AE28AD

Tints of Dark Orchid #AE28AD

Color information

#AE28AD (or 0xAE28AD) is unknown color: approx Dark Orchid. HEX triplet: AE, 28 and AD. RGB value is (174,40,173). Sum of RGB (Red+Green+Blue) = 174+40+173=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AD is #51D752. Grayscale: #5E5E5E. Windows color (decimal): -5363539 or 11348142. OLE color: 11348142.

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

Color convert

RGB17440173-
CMYK00.770.010.32
HSL300.45º62.62%41.96%-
HSV(B)300.45º77.01%68.24%-
XYZ25.7613.5340.79-
YUV95.23171.89184.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=44.96%
G=10.34%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744017300.770.010.32300.4562.6241.96
HexAE28AD04D12012c3f2a
Octal2565025501151404547752
Binary1010111010100010101101010011011100000100101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE28AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE28AD; }

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

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

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

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

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

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

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

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