#AA2EBD

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

Shades of Dark Orchid #AA2EBD

Tints of Dark Orchid #AA2EBD

Color information

#AA2EBD (or 0xAA2EBD) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and BD. RGB value is (170,46,189). Sum of RGB (Red+Green+Blue) = 170+46+189=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBD is #55D142. Grayscale: #626262. Windows color (decimal): -5624131 or 12398250. OLE color: 12398250.

HSL color Cylindrical-coordinate representation of color #AA2EBD: hue angle of 292.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2EBD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17046189-
CMYK0.100.7600.26
HSL292.03º60.85%46.08%-
HSV(B)292.03º75.66%74.12%-
XYZ26.7414.1749.47-
YUV99.38178.58178.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=41.98%
G=11.36%
B=46.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170461890.100.7600.26292.0360.8546.08
HexAA2EBDA4C01A1243d2e
Octal25256275121140324447556
Binary101010101011101011110110101001100011010100100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EBD; }

 p { color: rgb(170,46,189); }

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

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

 a { background-color: rgb(170,46,189); }

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

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

 span { border-color: rgb(170,46,189); }

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