#A589BD

Color #A589BD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A589BD

Tints of East Side #A589BD

Color information

#A589BD (or 0xA589BD) is unknown color: approx 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

RGB165137189-
CMYK0.130.2800.26
HSL272.31º28.26%63.92%-
HSV(B)272.31º27.51%74.12%-
XYZ33.6529.5652.08-
YUV151.3149.28137.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=33.60%
G=27.90%
B=38.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651371890.130.2800.26272.3128.2663.92
HexA589BDD1C01A1101c40
Octal245211275153403242034100
Binary101001011000100110111101110111100011010100010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>