Html Css Color HEX #A999B1 East Side

📋 copy color: '#A999B1'

red 169 ◦ green 153 ◦ blue 177

#A999B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A999B1

Tints of East Side #A999B1

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 value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A999B1 (or 0xA999B1) is known color: 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

RGB 169 153 177 -
CMYK 0.05 0.14 0 0.31
HSL 280º 0.13% 0.65% -
HSV(B) 280º 0.14% 0.69% -
XYZ 35.69 34.39 46.35 -
YUV 160.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 169 153 177 0.05 0.14 0 0.31 280 0.13 0.65
Hex A9 99 B1 5 E 0 1F 118 D 41
Octal 251 231 261 5 16 0 37 430 15 101
Binary 10101001 10011001 10110001 101 1110 0 11111 100011000 1101 1000001

Color Harmonies of #A999B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999B1

Black with #A999B1

Text Example


Text Example

White with #A999B1

Text Example


Text Example

HTML Codes & Css Web 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>