#AA2ECA

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

Shades of Dark Orchid #AA2ECA

Tints of Dark Orchid #AA2ECA

Color information

#AA2ECA (or 0xAA2ECA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and CA. RGB value is (170,46,202). Sum of RGB (Red+Green+Blue) = 170+46+202=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA2ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ECA is #55D135. Grayscale: #646464. Windows color (decimal): -5624118 or 13250218. OLE color: 13250218.

HSL color Cylindrical-coordinate representation of color #AA2ECA: hue angle of 287.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2ECA is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17046202-
CMYK0.160.7700.21
HSL287.69º62.9%48.63%-
HSV(B)287.69º77.23%79.22%-
XYZ28.2214.7657.24-
YUV100.86185.08177.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 46 (18.36% from 255) = 11.00%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=40.67%
G=11.00%
B=48.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170462020.160.7700.21287.6962.948.63
HexAA2ECA104D0151203f31
Octal25256312201150254407761
Binary1010101010111011001010100001001101010101100100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2ECA; }

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

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

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

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

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

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

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

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