#aa2cba

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

Shades of Dark Orchid #AA2CBA

Tints of Dark Orchid #AA2CBA

Color information

#AA2CBA (or 0xAA2CBA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2C and BA. RGB value is (170,44,186). Sum of RGB (Red+Green+Blue) = 170+44+186=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CBA is #55D345. Grayscale: #616161. Windows color (decimal): -5624646 or 12201130. OLE color: 12201130.

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

Color convert

RGB17044186-
CMYK0.090.7600.27
HSL293.24º61.74%45.1%-
HSV(B)293.24º76.34%72.94%-
XYZ26.3413.8947.75-
YUV97.86177.74179.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=42.5%
G=11%
B=46.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170441860.090.7600.27293.2461.7445.1
HexAA2CBA94C01B1253e2d
Octal25254272111140334457655
Binary101010101011001011101010011001100011011100100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2cba; }

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

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

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

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

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

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

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

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