#AA9CBC

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

Shades of East Side #AA9CBC

Tints of East Side #AA9CBC

Color information

#AA9CBC (or 0xAA9CBC) is unknown color: approx East Side. HEX triplet: AA, 9C and BC. RGB value is (170,156,188). Sum of RGB (Red+Green+Blue) = 170+156+188=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBC is #556343. Grayscale: #A3A3A3. Windows color (decimal): -5595972 or 12360874. OLE color: 12360874.

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

Color convert

RGB170156188-
CMYK0.100.1700.26
HSL266.25º19.28%67.45%-
HSV(B)266.25º17.02%73.73%-
XYZ37.5435.9552.54-
YUV163.83141.64132.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=33.07%
G=30.35%
B=36.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701561880.100.1700.26266.2519.2867.45
HexAA9CBCA1101A10a1343
Octal252234274122103241223103
Binary101010101001110010111100101010001011010100001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CBC; }

 p { color: rgb(170,156,188); }

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

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

 a { background-color: rgb(170,156,188); }

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

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

 span { border-color: rgb(170,156,188); }

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