Html Css Color HEX #A589BD East Side

📋 copy color: '#A589BD'

red 165 ◦ green 137 ◦ blue 189

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

Shades of East Side #A589BD

Tints of East Side #A589BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 33.6%
G = 27.9%
B = 38.49%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A589BD (or 0xA589BD) is known color: East Side. HEX triplet: A5, 89 and BD. RGB value is (165,137,189). Sum of RGB (Red+Green+Blue) = 165+137+189=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #A589BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589BD is #5A7642. Grayscale: #979797. Windows color (decimal): -5928515 or 12421541. OLE color: 12421541.

HSL color Cylindrical-coordinate representation of color #A589BD: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A589BD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 137 189 -
CMYK 0.13 0.28 0 0.26
HSL 272.31º 0.28% 0.64% -
HSV(B) 272.31º 0.28% 0.74% -
XYZ 33.65 29.56 52.08 -
YUV 151.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 165 137 189 0.13 0.28 0 0.26 272.31 0.28 0.64
Hex A5 89 BD D 1C 0 1A 110 1C 40
Octal 245 211 275 15 34 0 32 420 34 100
Binary 10100101 10001001 10111101 1101 11100 0 11010 100010000 11100 1000000

Color Harmonies of #A589BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589BD

Black with #A589BD

Text Example


Text Example

White with #A589BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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