#AA2CE3

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

Shades of Dark Orchid #AA2CE3

Tints of Dark Orchid #AA2CE3

Color information

#AA2CE3 (or 0xAA2CE3) is unknown color: approx Dark Orchid. HEX triplet: AA, 2C and E3. RGB value is (170,44,227). Sum of RGB (Red+Green+Blue) = 170+44+227=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 227 (89.06% from 255 or 51.47% from 441); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA2CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CE3 is #55D31C. Grayscale: #656565. Windows color (decimal): -5624605 or 14888106. OLE color: 14888106.

HSL color Cylindrical-coordinate representation of color #AA2CE3: hue angle of 281.31º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2CE3 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17044227-
CMYK0.250.8100.11
HSL281.31º76.57%53.14%-
HSV(B)281.31º80.62%89.02%-
XYZ31.3415.8974.09-
YUV102.54198.24176.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 44 (17.58% from 255) = 9.98%
BLUE value IS 227 (89.06% from 255) = 51.47%
R=38.55%
G=9.98%
B=51.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170442270.250.8100.11281.3176.5753.14
HexAA2CE319510B1194d35
Octal252543433112101343111565
Binary1010101010110011100011110011010001010111000110011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2CE3; }

 p { color: rgb(170,44,227); }

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

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

 a { background-color: rgb(170,44,227); }

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

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

 span { border-color: rgb(170,44,227); }

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