#AA2BBA

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

Shades of Dark Orchid #AA2BBA

Tints of Dark Orchid #AA2BBA

Color information

#AA2BBA (or 0xAA2BBA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and BA. RGB value is (170,43,186). Sum of RGB (Red+Green+Blue) = 170+43+186=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBA is #55D445. Grayscale: #606060. Windows color (decimal): -5624902 or 12200874. OLE color: 12200874.

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

Color convert

RGB17043186-
CMYK0.090.7700.27
HSL293.29º62.45%44.9%-
HSV(B)293.29º76.88%72.94%-
XYZ26.313.8247.74-
YUV97.28178.08179.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=42.61%
G=10.78%
B=46.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170431860.090.7700.27293.2962.4544.9
HexAA2BBA94D01B1253e2d
Octal25253272111150334457655
Binary101010101010111011101010011001101011011100100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BBA; }

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

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

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

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

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

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

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

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