Html Css Color HEX #A997BE East Side

📋 copy color: '#A997BE'

red 169 ◦ green 151 ◦ blue 190

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

Shades of East Side #A997BE

Tints of East Side #A997BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 33.14%
G = 29.61%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A997BE (or 0xA997BE) is known color: East Side. HEX triplet: A9, 97 and BE. RGB value is (169,151,190). Sum of RGB (Red+Green+Blue) = 169+151+190=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A997BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BE is #566841. Grayscale: #A0A0A0. Windows color (decimal): -5662786 or 12490665. OLE color: 12490665.

HSL color Cylindrical-coordinate representation of color #A997BE: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A997BE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 151 190 -
CMYK 0.11 0.21 0 0.25
HSL 267.69º 0.23% 0.67% -
HSV(B) 267.69º 0.21% 0.75% -
XYZ 36.72 34.29 53.4 -
YUV 160.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 169 151 190 0.11 0.21 0 0.25 267.69 0.23 0.67
Hex A9 97 BE B 15 0 19 10C 17 43
Octal 251 227 276 13 25 0 31 414 27 103
Binary 10101001 10010111 10111110 1011 10101 0 11001 100001100 10111 1000011

Color Harmonies of #A997BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997BE

Black with #A997BE

Text Example


Text Example

White with #A997BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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