Html Css Color HEX #A495B5 East Side

📋 copy color: '#A495B5'

red 164 ◦ green 149 ◦ blue 181

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

Shades of East Side #A495B5

Tints of East Side #A495B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 33.2%
G = 30.16%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A495B5 (or 0xA495B5) is known color: East Side. HEX triplet: A4, 95 and B5. RGB value is (164,149,181). Sum of RGB (Red+Green+Blue) = 164+149+181=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #A495B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495B5 is #5B6A4A. Grayscale: #9D9D9D. Windows color (decimal): -5990987 or 11900324. OLE color: 11900324.

HSL color Cylindrical-coordinate representation of color #A495B5: hue angle of 268.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A495B5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 149 181 -
CMYK 0.09 0.18 0 0.29
HSL 268.13º 0.18% 0.65% -
HSV(B) 268.13º 0.18% 0.71% -
XYZ 34.4 32.72 48.22 -
YUV 157.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 164 149 181 0.09 0.18 0 0.29 268.13 0.18 0.65
Hex A4 95 B5 9 12 0 1D 10C 12 41
Octal 244 225 265 11 22 0 35 414 22 101
Binary 10100100 10010101 10110101 1001 10010 0 11101 100001100 10010 1000001

Color Harmonies of #A495B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495B5

Black with #A495B5

Text Example


Text Example

White with #A495B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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