#A998B4

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

Shades of East Side #A998B4

Tints of East Side #A998B4

Color information

#A998B4 (or 0xA998B4) is unknown color: approx East Side. HEX triplet: A9, 98 and B4. RGB value is (169,152,180). Sum of RGB (Red+Green+Blue) = 169+152+180=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #A998B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998B4 is #56674B. Grayscale: #A0A0A0. Windows color (decimal): -5662540 or 11835561. OLE color: 11835561.

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

Color convert

RGB169152180-
CMYK0.060.1600.29
HSL276.43º15.73%65.1%-
HSV(B)276.43º15.56%70.59%-
XYZ35.8334.1947.89-
YUV160.28139.13134.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=33.73%
G=30.34%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691521800.060.1600.29276.4315.7365.1
HexA998B461001D1141041
Octal25123026462003542420101
Binary10101001100110001011010011010000011101100010100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998B4; }

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

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

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

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

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

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

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

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