Html Css Color HEX #A589AB East Side

📋 copy color: '#A589AB'

red 165 ◦ green 137 ◦ blue 171

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

Shades of East Side #A589AB

Tints of East Side #A589AB

RGB

 RED value IS 165 (64.84% from 255) = 34.88%

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 34.88%
G = 28.96%
B = 36.15%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A589AB (or 0xA589AB) is known color: East Side. HEX triplet: A5, 89 and AB. RGB value is (165,137,171). Sum of RGB (Red+Green+Blue) = 165+137+171=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A589AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589AB is #5A7654. Grayscale: #959595. Windows color (decimal): -5928533 or 11241893. OLE color: 11241893.

HSL color Cylindrical-coordinate representation of color #A589AB: hue angle of 289.41º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A589AB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 137 171 -
CMYK 0.04 0.20 0 0.33
HSL 289.41º 0.17% 0.6% -
HSV(B) 289.41º 0.2% 0.67% -
XYZ 31.81 28.83 42.42 -
YUV 149.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 165 137 171 0.04 0.20 0 0.33 289.41 0.17 0.6
Hex A5 89 AB 4 14 0 21 121 11 3C
Octal 245 211 253 4 24 0 41 441 21 74
Binary 10100101 10001001 10101011 100 10100 0 100001 100100001 10001 111100

Color Harmonies of #A589AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589AB

Black with #A589AB

Text Example


Text Example

White with #A589AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589AB; }

 p { color: rgb(165,137,171); }

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

background-color css

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

 a { background-color: rgb(165,137,171); }

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

border-color css

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

 span { border-color: rgb(165,137,171); }

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