#A999B1

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

Shades of East Side #A999B1

Tints of East Side #A999B1

Color information

#A999B1 (or 0xA999B1) is unknown color: approx East Side. HEX triplet: A9, 99 and B1. RGB value is (169,153,177). Sum of RGB (Red+Green+Blue) = 169+153+177=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #A999B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999B1 is #56664E. Grayscale: #A0A0A0. Windows color (decimal): -5662287 or 11639209. OLE color: 11639209.

HSL color Cylindrical-coordinate representation of color #A999B1: hue angle of 280º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A999B1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169153177-
CMYK0.050.1400.31
HSL280º13.33%64.71%-
HSV(B)280º13.56%69.41%-
XYZ35.6934.3946.35-
YUV160.52137.3134.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=33.87%
G=30.66%
B=35.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691531770.050.1400.3128013.3364.71
HexA999B15E01F118d41
Octal25123126151603743015101
Binary101010011001100110110001101111001111110001100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999B1; }

 p { color: rgb(169,153,177); }

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

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

 a { background-color: rgb(169,153,177); }

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

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

 span { border-color: rgb(169,153,177); }

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