#A998B3

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

Shades of East Side #A998B3

Tints of East Side #A998B3

Color information

#A998B3 (or 0xA998B3) is unknown color: approx East Side. HEX triplet: A9, 98 and B3. RGB value is (169,152,179). Sum of RGB (Red+Green+Blue) = 169+152+179=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A998B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998B3 is #56674C. Grayscale: #A0A0A0. Windows color (decimal): -5662541 or 11770025. OLE color: 11770025.

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

Color convert

RGB169152179-
CMYK0.060.1500.30
HSL277.78º15.08%64.9%-
HSV(B)277.78º15.08%70.2%-
XYZ35.7334.1547.36-
YUV160.16138.63134.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=33.8%
G=30.4%
B=35.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691521790.060.1500.30277.7815.0864.9
HexA998B36F01E116f41
Octal25123026361703642617101
Binary101010011001100010110011110111101111010001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998B3; }

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

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

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

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

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

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

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

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