#A58FAB

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

Shades of East Side #A58FAB

Tints of East Side #A58FAB

Color information

#A58FAB (or 0xA58FAB) is unknown color: approx East Side. HEX triplet: A5, 8F and AB. RGB value is (165,143,171). Sum of RGB (Red+Green+Blue) = 165+143+171=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAB is #5A7054. Grayscale: #989898. Windows color (decimal): -5926997 or 11243429. OLE color: 11243429.

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

Color convert

RGB165143171-
CMYK0.040.1600.33
HSL287.14º14.29%61.57%-
HSV(B)287.14º16.37%67.06%-
XYZ32.6930.5842.71-
YUV152.77138.29136.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=34.45%
G=29.85%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651431710.040.1600.33287.1414.2961.57
HexA58FAB41002111fe3e
Octal2452172534200414371676
Binary1010010110001111101010111001000001000011000111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FAB; }

 p { color: rgb(165,143,171); }

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

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

 a { background-color: rgb(165,143,171); }

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

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

 span { border-color: rgb(165,143,171); }

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