#AA2EBB

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

Shades of Dark Orchid #AA2EBB

Tints of Dark Orchid #AA2EBB

Color information

#AA2EBB (or 0xAA2EBB) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and BB. RGB value is (170,46,187). Sum of RGB (Red+Green+Blue) = 170+46+187=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBB is #55D144. Grayscale: #626262. Windows color (decimal): -5624133 or 12267178. OLE color: 12267178.

HSL color Cylindrical-coordinate representation of color #AA2EBB: hue angle of 292.77º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2EBB is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17046187-
CMYK0.090.7500.27
HSL292.77º60.52%45.69%-
HSV(B)292.77º75.4%73.33%-
XYZ26.5214.0948.33-
YUV99.15177.58178.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=42.18%
G=11.41%
B=46.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170461870.090.7500.27292.7760.5245.69
HexAA2EBB94B01B1253d2e
Octal25256273111130334457556
Binary101010101011101011101110011001011011011100100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EBB; }

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

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

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

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

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

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

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

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