#AA7BB3

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

Shades of East Side #AA7BB3

Tints of East Side #AA7BB3

Color information

#AA7BB3 (or 0xAA7BB3) is unknown color: approx East Side. HEX triplet: AA, 7B and B3. RGB value is (170,123,179). Sum of RGB (Red+Green+Blue) = 170+123+179=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA7BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BB3 is #55844C. Grayscale: #8F8F8F. Windows color (decimal): -5604429 or 11762602. OLE color: 11762602.

HSL color Cylindrical-coordinate representation of color #AA7BB3: hue angle of 290.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7BB3 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170123179-
CMYK0.050.3100.30
HSL290.36º26.92%59.22%-
HSV(B)290.36º31.28%70.2%-
XYZ31.825.9745.98-
YUV143.44148.07146.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=36.02%
G=26.06%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701231790.050.3100.30290.3626.9259.22
HexAA7BB351F01E1221b3b
Octal2521732635370364423373
Binary101010101111011101100111011111101111010010001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BB3; }

 p { color: rgb(170,123,179); }

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

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

 a { background-color: rgb(170,123,179); }

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

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

 span { border-color: rgb(170,123,179); }

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