#AA2EBF

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

Shades of Dark Orchid #AA2EBF

Tints of Dark Orchid #AA2EBF

Color information

#AA2EBF (or 0xAA2EBF) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and BF. RGB value is (170,46,191). Sum of RGB (Red+Green+Blue) = 170+46+191=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBF is #55D140. Grayscale: #636363. Windows color (decimal): -5624129 or 12529322. OLE color: 12529322.

HSL color Cylindrical-coordinate representation of color #AA2EBF: hue angle of 291.31º degrees, saturation: 0.61, 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 #AA2EBF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17046191-
CMYK0.110.7600.25
HSL291.31º61.18%46.47%-
HSV(B)291.31º75.92%74.9%-
XYZ26.9614.2650.62-
YUV99.61179.58178.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 191 (75% from 255) = 46.93%
R=41.77%
G=11.30%
B=46.93%

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
Decimal170461910.110.7600.25291.3161.1846.47
HexAA2EBFB4C0191233d2e
Octal25256277131140314437556
Binary101010101011101011111110111001100011001100100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EBF; }

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

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

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

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

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

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

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

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