Html Css Color HEX #A589AC East Side

📋 copy color: '#A589AC'

red 165 ◦ green 137 ◦ blue 172

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

Shades of East Side #A589AC

Tints of East Side #A589AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 34.81%
G = 28.9%
B = 36.29%

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

#A589AC (or 0xA589AC) is known color: East Side. HEX triplet: A5, 89 and AC. RGB value is (165,137,172). Sum of RGB (Red+Green+Blue) = 165+137+172=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A589AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589AC is #5A7653. Grayscale: #959595. Windows color (decimal): -5928532 or 11307429. OLE color: 11307429.

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

Color convert

RGB 165 137 172 -
CMYK 0.04 0.20 0 0.33
HSL 288º 0.17% 0.61% -
HSV(B) 288º 0.2% 0.67% -
XYZ 31.91 28.87 42.92 -
YUV 149.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 165 137 172 0.04 0.20 0 0.33 288 0.17 0.61
Hex A5 89 AC 4 14 0 21 120 11 3D
Octal 245 211 254 4 24 0 41 440 21 75
Binary 10100101 10001001 10101100 100 10100 0 100001 100100000 10001 111101

Color Harmonies of #A589AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589AC

Black with #A589AC

Text Example


Text Example

White with #A589AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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