#AA20BA

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

Shades of Dark Orchid #AA20BA

Tints of Dark Orchid #AA20BA

Color information

#AA20BA (or 0xAA20BA) is unknown color: approx Dark Orchid. HEX triplet: AA, 20 and BA. RGB value is (170,32,186). Sum of RGB (Red+Green+Blue) = 170+32+186=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BA is #55DF45. Grayscale: #5A5A5A. Windows color (decimal): -5627718 or 12198058. OLE color: 12198058.

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

Color convert

RGB17032186-
CMYK0.090.8300.27
HSL293.77º70.64%42.75%-
HSV(B)293.77º82.8%72.94%-
XYZ25.9613.1247.62-
YUV90.82181.72184.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 32 (12.89% from 255) = 8.25%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=43.81%
G=8.25%
B=47.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170321860.090.8300.27293.7770.6442.75
HexAA20BA95301B126472b
Octal252402721112303344610753
Binary1010101010000010111010100110100110110111001001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20BA; }

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

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

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

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

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

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

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

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