Html Css Color HEX #A495AC East Side

📋 copy color: '#A495AC'

red 164 ◦ green 149 ◦ blue 172

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

Shades of East Side #A495AC

Tints of East Side #A495AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 33.81%
G = 30.72%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A495AC (or 0xA495AC) is known color: East Side. HEX triplet: A4, 95 and AC. RGB value is (164,149,172). Sum of RGB (Red+Green+Blue) = 164+149+172=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A495AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495AC is #5B6A53. Grayscale: #9C9C9C. Windows color (decimal): -5990996 or 11310500. OLE color: 11310500.

HSL color Cylindrical-coordinate representation of color #A495AC: hue angle of 279.13º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A495AC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 149 172 -
CMYK 0.05 0.13 0 0.33
HSL 279.13º 0.12% 0.63% -
HSV(B) 279.13º 0.13% 0.67% -
XYZ 33.5 32.37 43.51 -
YUV 156.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 164 149 172 0.05 0.13 0 0.33 279.13 0.12 0.63
Hex A4 95 AC 5 D 0 21 117 C 3F
Octal 244 225 254 5 15 0 41 427 14 77
Binary 10100100 10010101 10101100 101 1101 0 100001 100010111 1100 111111

Color Harmonies of #A495AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495AC

Black with #A495AC

Text Example


Text Example

White with #A495AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495AC; }

 p { color: rgb(164,149,172); }

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

background-color css

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

 a { background-color: rgb(164,149,172); }

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

border-color css

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

 span { border-color: rgb(164,149,172); }

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