Html Css Color HEX #A494AD East Side

📋 copy color: '#A494AD'

red 164 ◦ green 148 ◦ blue 173

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

Shades of East Side #A494AD

Tints of East Side #A494AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 33.81%
G = 30.52%
B = 35.67%

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

#A494AD (or 0xA494AD) is known color: East Side. HEX triplet: A4, 94 and AD. RGB value is (164,148,173). Sum of RGB (Red+Green+Blue) = 164+148+173=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #A494AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494AD is #5B6B52. Grayscale: #9B9B9B. Windows color (decimal): -5991251 or 11375780. OLE color: 11375780.

HSL color Cylindrical-coordinate representation of color #A494AD: hue angle of 278.4º 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 #A494AD is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 148 173 -
CMYK 0.05 0.14 0 0.32
HSL 278.4º 0.13% 0.63% -
HSV(B) 278.4º 0.14% 0.68% -
XYZ 33.44 32.09 43.97 -
YUV 155.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 164 148 173 0.05 0.14 0 0.32 278.4 0.13 0.63
Hex A4 94 AD 5 E 0 20 116 D 3F
Octal 244 224 255 5 16 0 40 426 15 77
Binary 10100100 10010100 10101101 101 1110 0 100000 100010110 1101 111111

Color Harmonies of #A494AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494AD

Black with #A494AD

Text Example


Text Example

White with #A494AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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