Html Css Color HEX #A49AB0 East Side

📋 copy color: '#A49AB0'

red 164 ◦ green 154 ◦ blue 176

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

Shades of East Side #A49AB0

Tints of East Side #A49AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

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

R = 33.2%
G = 31.17%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A49AB0 (or 0xA49AB0) is known color: East Side. HEX triplet: A4, 9A and B0. RGB value is (164,154,176). Sum of RGB (Red+Green+Blue) = 164+154+176=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #A49AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AB0 is #5B654F. Grayscale: #9F9F9F. Windows color (decimal): -5989712 or 11573924. OLE color: 11573924.

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

Color convert

RGB 164 154 176 -
CMYK 0.07 0.12 0 0.31
HSL 267.27º 0.12% 0.65% -
HSV(B) 267.27º 0.13% 0.69% -
XYZ 34.7 34.14 45.83 -
YUV 159.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 164 154 176 0.07 0.12 0 0.31 267.27 0.12 0.65
Hex A4 9A B0 7 C 0 1F 10B C 41
Octal 244 232 260 7 14 0 37 413 14 101
Binary 10100100 10011010 10110000 111 1100 0 11111 100001011 1100 1000001

Color Harmonies of #A49AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49AB0

Black with #A49AB0

Text Example


Text Example

White with #A49AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49AB0; }

 p { color: rgb(164,154,176); }

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

background-color css

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

 a { background-color: rgb(164,154,176); }

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

border-color css

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

 span { border-color: rgb(164,154,176); }

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