#aa28ab

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

Shades of Dark Orchid #AA28AB

Tints of Dark Orchid #AA28AB

Color information

#AA28AB (or 0xAA28AB) is unknown color: approx Dark Orchid. HEX triplet: AA, 28 and AB. RGB value is (170,40,171). Sum of RGB (Red+Green+Blue) = 170+40+171=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AB is #55D754. Grayscale: #5D5D5D. Windows color (decimal): -5625685 or 11217066. OLE color: 11217066.

HSL color Cylindrical-coordinate representation of color #AA28AB: hue angle of 299.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA28AB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17040171-
CMYK0.010.7700.33
HSL299.54º62.09%41.37%-
HSV(B)299.54º76.61%67.06%-
XYZ24.691339.74-
YUV93.8171.57182.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 40 (16.02% from 255) = 10.50%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=44.62%
G=10.50%
B=44.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170401710.010.7700.33299.5462.0941.37
HexAA28AB14D02112c3e29
Octal2525025311150414547651
Binary1010101010100010101011110011010100001100101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa28ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa28ab; }

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

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

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

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

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

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

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

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