#AA28AE

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

Shades of Dark Orchid #AA28AE

Tints of Dark Orchid #AA28AE

Color information

#AA28AE (or 0xAA28AE) is unknown color: approx Dark Orchid. HEX triplet: AA, 28 and AE. RGB value is (170,40,174). Sum of RGB (Red+Green+Blue) = 170+40+174=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AE is #55D751. Grayscale: #5D5D5D. Windows color (decimal): -5625682 or 11413674. OLE color: 11413674.

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

Color convert

RGB17040174-
CMYK0.020.7700.32
HSL298.21º62.62%41.96%-
HSV(B)298.21º77.01%68.24%-
XYZ24.9813.1241.26-
YUV94.15173.07182.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 40 (16.02% from 255) = 10.42%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=44.27%
G=10.42%
B=45.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170401740.020.7700.32298.2162.6241.96
HexAA28AE24D02012a3f2a
Octal2525025621150404527752
Binary10101010101000101011101010011010100000100101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA28AE; }

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

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

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

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

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

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

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

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