Html Css Color HEX #A997B2 East Side

📋 copy color: '#A997B2'

red 169 ◦ green 151 ◦ blue 178

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

Shades of East Side #A997B2

Tints of East Side #A997B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 33.94%
G = 30.32%
B = 35.74%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A997B2 (or 0xA997B2) is known color: East Side. HEX triplet: A9, 97 and B2. RGB value is (169,151,178). Sum of RGB (Red+Green+Blue) = 169+151+178=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #A997B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997B2 is #56684D. Grayscale: #9F9F9F. Windows color (decimal): -5662798 or 11704233. OLE color: 11704233.

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

Color convert

RGB 169 151 178 -
CMYK 0.05 0.15 0 0.30
HSL 280º 0.15% 0.65% -
HSV(B) 280º 0.15% 0.7% -
XYZ 35.46 33.78 46.77 -
YUV 159.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 169 151 178 0.05 0.15 0 0.30 280 0.15 0.65
Hex A9 97 B2 5 F 0 1E 118 F 41
Octal 251 227 262 5 17 0 36 430 17 101
Binary 10101001 10010111 10110010 101 1111 0 11110 100011000 1111 1000001

Color Harmonies of #A997B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997B2

Black with #A997B2

Text Example


Text Example

White with #A997B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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