#AA8CBD

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

Shades of East Side #AA8CBD

Tints of East Side #AA8CBD

Color information

#AA8CBD (or 0xAA8CBD) is unknown color: approx East Side. HEX triplet: AA, 8C and BD. RGB value is (170,140,189). Sum of RGB (Red+Green+Blue) = 170+140+189=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CBD is #557342. Grayscale: #9A9A9A. Windows color (decimal): -5600067 or 12422314. OLE color: 12422314.

HSL color Cylindrical-coordinate representation of color #AA8CBD: hue angle of 276.73º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8CBD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170140189-
CMYK0.100.2600.26
HSL276.73º27.07%64.51%-
HSV(B)276.73º25.93%74.12%-
XYZ35.1430.9852.27-
YUV154.56147.44139.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=34.07%
G=28.06%
B=37.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701401890.100.2600.26276.7327.0764.51
HexAA8CBDA1A01A1151b41
Octal252214275123203242533101
Binary101010101000110010111101101011010011010100010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CBD; }

 p { color: rgb(170,140,189); }

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

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

 a { background-color: rgb(170,140,189); }

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

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

 span { border-color: rgb(170,140,189); }

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