#AA7CB3

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

Shades of East Side #AA7CB3

Tints of East Side #AA7CB3

Color information

#AA7CB3 (or 0xAA7CB3) is unknown color: approx East Side. HEX triplet: AA, 7C and B3. RGB value is (170,124,179). Sum of RGB (Red+Green+Blue) = 170+124+179=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA7CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CB3 is #55834C. Grayscale: #8F8F8F. Windows color (decimal): -5604173 or 11762858. OLE color: 11762858.

HSL color Cylindrical-coordinate representation of color #AA7CB3: hue angle of 290.18º 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 #AA7CB3 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170124179-
CMYK0.050.3100.30
HSL290.18º26.57%59.41%-
HSV(B)290.18º30.73%70.2%-
XYZ31.9226.2246.03-
YUV144.02147.74146.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=35.94%
G=26.22%
B=37.84%

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
Decimal1701241790.050.3100.30290.1826.5759.41
HexAA7CB351F01E1221b3b
Octal2521742635370364423373
Binary101010101111100101100111011111101111010010001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CB3; }

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

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

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

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

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

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

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

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