Html Css Color HEX #A499B1 East Side

📋 copy color: '#A499B1'

red 164 ◦ green 153 ◦ blue 177

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

Shades of East Side #A499B1

Tints of East Side #A499B1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 33.2%
G = 30.97%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A499B1 (or 0xA499B1) is known color: East Side. HEX triplet: A4, 99 and B1. RGB value is (164,153,177). Sum of RGB (Red+Green+Blue) = 164+153+177=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #A499B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499B1 is #5B664E. Grayscale: #9E9E9E. Windows color (decimal): -5989967 or 11639204. OLE color: 11639204.

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

Color convert

RGB 164 153 177 -
CMYK 0.07 0.14 0 0.31
HSL 267.5º 0.13% 0.65% -
HSV(B) 267.5º 0.14% 0.69% -
XYZ 34.64 33.85 46.3 -
YUV 159.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 164 153 177 0.07 0.14 0 0.31 267.5 0.13 0.65
Hex A4 99 B1 7 E 0 1F 10C D 41
Octal 244 231 261 7 16 0 37 414 15 101
Binary 10100100 10011001 10110001 111 1110 0 11111 100001100 1101 1000001

Color Harmonies of #A499B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499B1

Black with #A499B1

Text Example


Text Example

White with #A499B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499B1; }

 p { color: rgb(164,153,177); }

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

background-color css

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

 a { background-color: rgb(164,153,177); }

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

border-color css

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

 span { border-color: rgb(164,153,177); }

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