#AA23AB

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

Shades of Dark Orchid #AA23AB

Tints of Dark Orchid #AA23AB

Color information

#AA23AB (or 0xAA23AB) is unknown color: approx Dark Orchid. HEX triplet: AA, 23 and AB. RGB value is (170,35,171). Sum of RGB (Red+Green+Blue) = 170+35+171=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23AB is #55DC54. Grayscale: #5A5A5A. Windows color (decimal): -5626965 or 11215786. OLE color: 11215786.

HSL color Cylindrical-coordinate representation of color #AA23AB: hue angle of 299.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA23AB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17035171-
CMYK0.010.8000.33
HSL299.56º66.02%40.39%-
HSV(B)299.56º79.53%67.06%-
XYZ24.5312.6939.68-
YUV90.87173.23184.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 35 (14.06% from 255) = 9.31%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=45.21%
G=9.31%
B=45.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170351710.010.8000.33299.5666.0240.39
HexAA23AB15002112c4228
Octal25243253112004145410250
Binary10101010100011101010111101000001000011001011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA23AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA23AB; }

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

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

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

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

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

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

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

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