Html Css Color HEX #A489AD East Side

📋 copy color: '#A489AD'

red 164 ◦ green 137 ◦ blue 173

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

Shades of East Side #A489AD

Tints of East Side #A489AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

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

R = 34.6%
G = 28.9%
B = 36.5%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A489AD (or 0xA489AD) is known color: East Side. HEX triplet: A4, 89 and AD. RGB value is (164,137,173). Sum of RGB (Red+Green+Blue) = 164+137+173=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A489AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489AD is #5B7652. Grayscale: #959595. Windows color (decimal): -5994067 or 11372964. OLE color: 11372964.

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

Color convert

RGB 164 137 173 -
CMYK 0.05 0.21 0 0.32
HSL 285º 0.18% 0.61% -
HSV(B) 285º 0.21% 0.68% -
XYZ 31.8 28.8 43.42 -
YUV 149.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 164 137 173 0.05 0.21 0 0.32 285 0.18 0.61
Hex A4 89 AD 5 15 0 20 11D 12 3D
Octal 244 211 255 5 25 0 40 435 22 75
Binary 10100100 10001001 10101101 101 10101 0 100000 100011101 10010 111101

Color Harmonies of #A489AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489AD

Black with #A489AD

Text Example


Text Example

White with #A489AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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