#A58EAF

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

Shades of East Side #A58EAF

Tints of East Side #A58EAF

Color information

#A58EAF (or 0xA58EAF) is unknown color: approx East Side. HEX triplet: A5, 8E and AF. RGB value is (165,142,175). Sum of RGB (Red+Green+Blue) = 165+142+175=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58EAF is #5A7150. Grayscale: #989898. Windows color (decimal): -5927249 or 11505317. OLE color: 11505317.

HSL color Cylindrical-coordinate representation of color #A58EAF: hue angle of 281.82º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58EAF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165142175-
CMYK0.060.1900.31
HSL281.82º17.1%62.16%-
HSV(B)281.82º18.86%68.63%-
XYZ32.9330.4444.7-
YUV152.64140.62136.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=34.23%
G=29.46%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651421750.060.1900.31281.8217.162.16
HexA58EAF61301F11a113e
Octal2452162576230374322176
Binary1010010110001110101011111101001101111110001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58EAF; }

 p { color: rgb(165,142,175); }

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

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

 a { background-color: rgb(165,142,175); }

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

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

 span { border-color: rgb(165,142,175); }

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