#AA2DBE

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

Shades of Dark Orchid #AA2DBE

Tints of Dark Orchid #AA2DBE

Color information

#AA2DBE (or 0xAA2DBE) is unknown color: approx Dark Orchid. HEX triplet: AA, 2D and BE. RGB value is (170,45,190). Sum of RGB (Red+Green+Blue) = 170+45+190=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBE is #55D241. Grayscale: #626262. Windows color (decimal): -5624386 or 12463530. OLE color: 12463530.

HSL color Cylindrical-coordinate representation of color #AA2DBE: hue angle of 291.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2DBE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17045190-
CMYK0.110.7600.25
HSL291.72º61.7%46.08%-
HSV(B)291.72º76.32%74.51%-
XYZ26.8114.1450.03-
YUV98.9179.41178.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 45 (17.97% from 255) = 11.11%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=41.98%
G=11.11%
B=46.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170451900.110.7600.25291.7261.746.08
HexAA2DBEB4C0191243e2e
Octal25255276131140314447656
Binary101010101011011011111010111001100011001100100100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2DBE; }

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

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

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

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

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

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

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

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