Html Css Color HEX #A497B2 East Side

📋 copy color: '#A497B2'

red 164 ◦ green 151 ◦ blue 178

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

Shades of East Side #A497B2

Tints of East Side #A497B2

RGB

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

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

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

R = 33.27%
G = 30.63%
B = 36.11%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A497B2 (or 0xA497B2) is known color: East Side. HEX triplet: A4, 97 and B2. RGB value is (164,151,178). Sum of RGB (Red+Green+Blue) = 164+151+178=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A497B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497B2 is #5B684D. Grayscale: #9D9D9D. Windows color (decimal): -5990478 or 11704228. OLE color: 11704228.

HSL color Cylindrical-coordinate representation of color #A497B2: hue angle of 268.89º 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 #A497B2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 151 178 -
CMYK 0.08 0.15 0 0.30
HSL 268.89º 0.15% 0.65% -
HSV(B) 268.89º 0.15% 0.7% -
XYZ 34.41 33.24 46.72 -
YUV 157.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 164 151 178 0.08 0.15 0 0.30 268.89 0.15 0.65
Hex A4 97 B2 8 F 0 1E 10D F 41
Octal 244 227 262 10 17 0 36 415 17 101
Binary 10100100 10010111 10110010 1000 1111 0 11110 100001101 1111 1000001

Color Harmonies of #A497B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497B2

Black with #A497B2

Text Example


Text Example

White with #A497B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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