#A589C2

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

Shades of East Side #A589C2

Tints of East Side #A589C2

Color information

#A589C2 (or 0xA589C2) is unknown color: approx East Side. HEX triplet: A5, 89 and C2. RGB value is (165,137,194). Sum of RGB (Red+Green+Blue) = 165+137+194=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #A589C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C2 is #5A763D. Grayscale: #979797. Windows color (decimal): -5928510 or 12749221. OLE color: 12749221.

HSL color Cylindrical-coordinate representation of color #A589C2: hue angle of 269.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A589C2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165137194-
CMYK0.150.2900.24
HSL269.47º31.84%64.9%-
HSV(B)269.47º29.38%76.08%-
XYZ34.229.7954.99-
YUV151.87151.78137.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=33.27%
G=27.62%
B=39.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651371940.150.2900.24269.4731.8464.9
HexA589C2F1D01810d2041
Octal245211302173503041540101
Binary1010010110001001110000101111111010110001000011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589C2; }

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

 H1.HeaderClassName
 {
   color: #A589C2;
 }
 .AnyTagClassName
 {
   color: #A589C2;
 }
</style>
background-color css

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

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

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

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

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

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