Html Css Color HEX #A495AD East Side

📋 copy color: '#A495AD'

red 164 ◦ green 149 ◦ blue 173

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

Shades of East Side #A495AD

Tints of East Side #A495AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 33.74%
G = 30.66%
B = 35.6%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A495AD (or 0xA495AD) is known color: East Side. HEX triplet: A4, 95 and AD. RGB value is (164,149,173). Sum of RGB (Red+Green+Blue) = 164+149+173=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #A495AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495AD is #5B6A52. Grayscale: #9C9C9C. Windows color (decimal): -5990995 or 11376036. OLE color: 11376036.

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

Color convert

RGB 164 149 173 -
CMYK 0.05 0.14 0 0.32
HSL 277.5º 0.13% 0.63% -
HSV(B) 277.5º 0.14% 0.68% -
XYZ 33.6 32.4 44.02 -
YUV 156.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 164 149 173 0.05 0.14 0 0.32 277.5 0.13 0.63
Hex A4 95 AD 5 E 0 20 116 D 3F
Octal 244 225 255 5 16 0 40 426 15 77
Binary 10100100 10010101 10101101 101 1110 0 100000 100010110 1101 111111

Color Harmonies of #A495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495AD

Black with #A495AD

Text Example


Text Example

White with #A495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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