Html Css Color HEX #A997B0 East Side

📋 copy color: '#A997B0'

red 169 ◦ green 151 ◦ blue 176

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

Shades of East Side #A997B0

Tints of East Side #A997B0

RGB

 RED value IS 169 (66.41% from 255) = 34.07%

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 34.07%
G = 30.44%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A997B0 (or 0xA997B0) is known color: East Side. HEX triplet: A9, 97 and B0. RGB value is (169,151,176). Sum of RGB (Red+Green+Blue) = 169+151+176=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 176 - color contains mainly: blue. Hex color #A997B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997B0 is #56684F. Grayscale: #9F9F9F. Windows color (decimal): -5662800 or 11573161. OLE color: 11573161.

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

Color convert

RGB 169 151 176 -
CMYK 0.04 0.14 0 0.31
HSL 283.2º 0.14% 0.64% -
HSV(B) 283.2º 0.14% 0.69% -
XYZ 35.27 33.7 45.72 -
YUV 159.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 169 151 176 0.04 0.14 0 0.31 283.2 0.14 0.64
Hex A9 97 B0 4 E 0 1F 11B E 40
Octal 251 227 260 4 16 0 37 433 16 100
Binary 10101001 10010111 10110000 100 1110 0 11111 100011011 1110 1000000

Color Harmonies of #A997B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997B0

Black with #A997B0

Text Example


Text Example

White with #A997B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997B0; }

 p { color: rgb(169,151,176); }

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

background-color css

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

 a { background-color: rgb(169,151,176); }

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

border-color css

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

 span { border-color: rgb(169,151,176); }

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