#A997B3

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

Shades of East Side #A997B3

Tints of East Side #A997B3

Color information

#A997B3 (or 0xA997B3) is unknown color: approx East Side. HEX triplet: A9, 97 and B3. RGB value is (169,151,179). Sum of RGB (Red+Green+Blue) = 169+151+179=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #A997B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997B3 is #56684C. Grayscale: #9F9F9F. Windows color (decimal): -5662797 or 11769769. OLE color: 11769769.

HSL color Cylindrical-coordinate representation of color #A997B3: hue angle of 278.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A997B3 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169151179-
CMYK0.060.1600.30
HSL278.57º15.56%64.71%-
HSV(B)278.57º15.64%70.2%-
XYZ35.5733.8247.3-
YUV159.57138.96134.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=33.87%
G=30.26%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691511790.060.1600.30278.5715.5664.71
HexA997B361001E1171041
Octal25122726362003642720101
Binary10101001100101111011001111010000011110100010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997B3; }

 p { color: rgb(169,151,179); }

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

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

 a { background-color: rgb(169,151,179); }

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

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

 span { border-color: rgb(169,151,179); }

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