Html Css Color HEX #A495B3 East Side

📋 copy color: '#A495B3'

red 164 ◦ green 149 ◦ blue 179

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

Shades of East Side #A495B3

Tints of East Side #A495B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 33.33%
G = 30.28%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A495B3 (or 0xA495B3) is known color: East Side. HEX triplet: A4, 95 and B3. RGB value is (164,149,179). Sum of RGB (Red+Green+Blue) = 164+149+179=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #A495B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495B3 is #5B6A4C. Grayscale: #9C9C9C. Windows color (decimal): -5990989 or 11769252. OLE color: 11769252.

HSL color Cylindrical-coordinate representation of color #A495B3: hue angle of 270º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A495B3 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 149 179 -
CMYK 0.08 0.17 0 0.30
HSL 270º 0.16% 0.64% -
HSV(B) 270º 0.17% 0.7% -
XYZ 34.19 32.64 47.15 -
YUV 156.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 164 149 179 0.08 0.17 0 0.30 270 0.16 0.64
Hex A4 95 B3 8 11 0 1E 10E 10 40
Octal 244 225 263 10 21 0 36 416 20 100
Binary 10100100 10010101 10110011 1000 10001 0 11110 100001110 10000 1000000

Color Harmonies of #A495B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495B3

Black with #A495B3

Text Example


Text Example

White with #A495B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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