#AA2EB6

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

Shades of Dark Orchid #AA2EB6

Tints of Dark Orchid #AA2EB6

Color information

#AA2EB6 (or 0xAA2EB6) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and B6. RGB value is (170,46,182). Sum of RGB (Red+Green+Blue) = 170+46+182=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EB6 is #55D149. Grayscale: #626262. Windows color (decimal): -5624138 or 11939498. OLE color: 11939498.

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

Color convert

RGB17046182-
CMYK0.070.7500.29
HSL294.71º59.65%44.71%-
HSV(B)294.71º74.73%71.37%-
XYZ2613.8845.56-
YUV98.58175.08178.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 182 (71.48% from 255) = 45.73%
R=42.71%
G=11.56%
B=45.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170461820.070.7500.29294.7159.6544.71
HexAA2EB674B01D1273c2d
Octal2525626671130354477455
Binary10101010101110101101101111001011011101100100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EB6; }

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

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

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

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

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

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

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

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