Html Css Color HEX #A997BF East Side

📋 copy color: '#A997BF'

red 169 ◦ green 151 ◦ blue 191

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

Shades of East Side #A997BF

Tints of East Side #A997BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 33.07%
G = 29.55%
B = 37.38%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A997BF (or 0xA997BF) is known color: East Side. HEX triplet: A9, 97 and BF. RGB value is (169,151,191). Sum of RGB (Red+Green+Blue) = 169+151+191=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A997BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BF is #566840. Grayscale: #A0A0A0. Windows color (decimal): -5662785 or 12556201. OLE color: 12556201.

HSL color Cylindrical-coordinate representation of color #A997BF: hue angle of 267º degrees, saturation: 0.24, 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 #A997BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 151 191 -
CMYK 0.12 0.21 0 0.25
HSL 267º 0.24% 0.67% -
HSV(B) 267º 0.21% 0.75% -
XYZ 36.83 34.33 53.98 -
YUV 160.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 169 151 191 0.12 0.21 0 0.25 267 0.24 0.67
Hex A9 97 BF C 15 0 19 10B 18 43
Octal 251 227 277 14 25 0 31 413 30 103
Binary 10101001 10010111 10111111 1100 10101 0 11001 100001011 11000 1000011

Color Harmonies of #A997BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997BF

Black with #A997BF

Text Example


Text Example

White with #A997BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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