#AA2EBA

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

Shades of Dark Orchid #AA2EBA

Tints of Dark Orchid #AA2EBA

Color information

#AA2EBA (or 0xAA2EBA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and BA. RGB value is (170,46,186). Sum of RGB (Red+Green+Blue) = 170+46+186=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBA is #55D145. Grayscale: #626262. Windows color (decimal): -5624134 or 12201642. OLE color: 12201642.

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

Color convert

RGB17046186-
CMYK0.090.7500.27
HSL293.14º60.34%45.49%-
HSV(B)293.14º75.27%72.94%-
XYZ26.4214.0547.77-
YUV99.04177.08178.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=42.29%
G=11.44%
B=46.27%

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
Decimal170461860.090.7500.27293.1460.3445.49
HexAA2EBA94B01B1253c2d
Octal25256272111130334457455
Binary101010101011101011101010011001011011011100100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EBA; }

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

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

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

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

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

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

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

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