#A58FAC

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

Shades of East Side #A58FAC

Tints of East Side #A58FAC

Color information

#A58FAC (or 0xA58FAC) is unknown color: approx East Side. HEX triplet: A5, 8F and AC. RGB value is (165,143,172). Sum of RGB (Red+Green+Blue) = 165+143+172=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A58FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAC is #5A7053. Grayscale: #989898. Windows color (decimal): -5926996 or 11308965. OLE color: 11308965.

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

Color convert

RGB165143172-
CMYK0.040.1700.33
HSL285.52º14.87%61.76%-
HSV(B)285.52º16.86%67.45%-
XYZ32.7930.6243.21-
YUV152.88138.79136.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=34.38%
G=29.79%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651431720.040.1700.33285.5214.8761.76
HexA58FAC41102111ef3e
Octal2452172544210414361776
Binary1010010110001111101011001001000101000011000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FAC; }

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

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

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

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

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

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

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

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