#AA2DB1

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

Shades of Dark Orchid #AA2DB1

Tints of Dark Orchid #AA2DB1

Color information

#AA2DB1 (or 0xAA2DB1) is unknown color: approx Dark Orchid. HEX triplet: AA, 2D and B1. RGB value is (170,45,177). Sum of RGB (Red+Green+Blue) = 170+45+177=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2DB1 is #55D24E. Grayscale: #616161. Windows color (decimal): -5624399 or 11611562. OLE color: 11611562.

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

Color convert

RGB17045177-
CMYK0.040.7500.31
HSL296.82º59.46%43.53%-
HSV(B)296.82º74.58%69.41%-
XYZ25.4513.642.88-
YUV97.42172.91179.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 45 (17.97% from 255) = 11.48%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=43.37%
G=11.48%
B=45.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170451770.040.7500.31296.8259.4643.53
HexAA2DB144B01F1293b2c
Octal2525526141130374517354
Binary10101010101101101100011001001011011111100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2DB1; }

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

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

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

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

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

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

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

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