Html Css Color HEX #A497AB East Side

📋 copy color: '#A497AB'

red 164 ◦ green 151 ◦ blue 171

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

Shades of East Side #A497AB

Tints of East Side #A497AB

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

 GREEN value IS 151 (59.38% from 255) = 31.07%

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 33.74%
G = 31.07%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A497AB (or 0xA497AB) is known color: East Side. HEX triplet: A4, 97 and AB. RGB value is (164,151,171). Sum of RGB (Red+Green+Blue) = 164+151+171=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A497AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497AB is #5B6854. Grayscale: #9D9D9D. Windows color (decimal): -5990485 or 11245476. OLE color: 11245476.

HSL color Cylindrical-coordinate representation of color #A497AB: hue angle of 279º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A497AB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 151 171 -
CMYK 0.04 0.12 0 0.33
HSL 279º 0.11% 0.63% -
HSV(B) 279º 0.12% 0.67% -
XYZ 33.73 32.97 43.11 -
YUV 157.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 164 151 171 0.04 0.12 0 0.33 279 0.11 0.63
Hex A4 97 AB 4 C 0 21 117 B 3F
Octal 244 227 253 4 14 0 41 427 13 77
Binary 10100100 10010111 10101011 100 1100 0 100001 100010111 1011 111111

Color Harmonies of #A497AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497AB

Black with #A497AB

Text Example


Text Example

White with #A497AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497AB; }

 p { color: rgb(164,151,171); }

 H1.HeaderClassName
 {
   color: #A497AB;
 }
 .AnyTagClassName
 {
   color: #A497AB;
 }
</style>

background-color css

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

 a { background-color: rgb(164,151,171); }

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

border-color css

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

 span { border-color: rgb(164,151,171); }

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