#AA29B1

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

Shades of Dark Orchid #AA29B1

Tints of Dark Orchid #AA29B1

Color information

#AA29B1 (or 0xAA29B1) is unknown color: approx Dark Orchid. HEX triplet: AA, 29 and B1. RGB value is (170,41,177). Sum of RGB (Red+Green+Blue) = 170+41+177=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA29B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29B1 is #55D64E. Grayscale: #5E5E5E. Windows color (decimal): -5625423 or 11610538. OLE color: 11610538.

HSL color Cylindrical-coordinate representation of color #AA29B1: hue angle of 296.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA29B1 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17041177-
CMYK0.040.7700.31
HSL296.91º62.39%42.75%-
HSV(B)296.91º76.84%69.41%-
XYZ25.3113.3142.83-
YUV95.07174.24181.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=43.81%
G=10.57%
B=45.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170411770.040.7700.31296.9162.3942.75
HexAA29B144D01F1293e2b
Octal2525126141150374517653
Binary10101010101001101100011001001101011111100101001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29B1; }

 p { color: rgb(170,41,177); }

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

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

 a { background-color: rgb(170,41,177); }

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

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

 span { border-color: rgb(170,41,177); }

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