#A588AC

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

Shades of East Side #A588AC

Tints of East Side #A588AC

Color information

#A588AC (or 0xA588AC) is unknown color: approx East Side. HEX triplet: A5, 88 and AC. RGB value is (165,136,172). Sum of RGB (Red+Green+Blue) = 165+136+172=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A588AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A588AC is #5A7753. Grayscale: #949494. Windows color (decimal): -5928788 or 11307173. OLE color: 11307173.

HSL color Cylindrical-coordinate representation of color #A588AC: hue angle of 288.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A588AC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165136172-
CMYK0.040.2100.33
HSL288.33º17.82%60.39%-
HSV(B)288.33º20.93%67.45%-
XYZ31.7728.5942.87-
YUV148.78141.11139.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=34.88%
G=28.75%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651361720.040.2100.33288.3317.8260.39
HexA588AC415021120123c
Octal2452102544250414402274
Binary10100101100010001010110010010101010000110010000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588AC; }

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

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

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

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

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

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

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

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