Html Css Color HEX #A589B5 East Side

📋 copy color: '#A589B5'

red 165 ◦ green 137 ◦ blue 181

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

Shades of East Side #A589B5

Tints of East Side #A589B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 34.16%
G = 28.36%
B = 37.47%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A589B5 (or 0xA589B5) is known color: East Side. HEX triplet: A5, 89 and B5. RGB value is (165,137,181). Sum of RGB (Red+Green+Blue) = 165+137+181=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #A589B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589B5 is #5A764A. Grayscale: #969696. Windows color (decimal): -5928523 or 11897253. OLE color: 11897253.

HSL color Cylindrical-coordinate representation of color #A589B5: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A589B5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 137 181 -
CMYK 0.09 0.24 0 0.29
HSL 278.18º 0.23% 0.62% -
HSV(B) 278.18º 0.24% 0.71% -
XYZ 32.8 29.23 47.63 -
YUV 150.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 165 137 181 0.09 0.24 0 0.29 278.18 0.23 0.62
Hex A5 89 B5 9 18 0 1D 116 17 3E
Octal 245 211 265 11 30 0 35 426 27 76
Binary 10100101 10001001 10110101 1001 11000 0 11101 100010110 10111 111110

Color Harmonies of #A589B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589B5

Black with #A589B5

Text Example


Text Example

White with #A589B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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