#AA71BA

Color #AA71BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA71BA

Tints of East Side #AA71BA

Color information

#AA71BA (or 0xAA71BA) is unknown color: approx East Side. HEX triplet: AA, 71 and BA. RGB value is (170,113,186). Sum of RGB (Red+Green+Blue) = 170+113+186=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BA is #558E45. Grayscale: #8A8A8A. Windows color (decimal): -5606982 or 12218794. OLE color: 12218794.

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

Color convert

RGB170113186-
CMYK0.090.3900.27
HSL286.85º34.6%58.63%-
HSV(B)286.85º39.25%72.94%-
XYZ31.3523.949.42-
YUV138.36154.88150.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=36.25%
G=24.09%
B=39.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701131860.090.3900.27286.8534.658.63
HexAA71BA92701B11f233b
Octal25216127211470334374373
Binary101010101110001101110101001100111011011100011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71BA; }

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

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

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

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

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

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

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

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