#A58EBD

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

Shades of East Side #A58EBD

Tints of East Side #A58EBD

Color information

#A58EBD (or 0xA58EBD) is unknown color: approx East Side. HEX triplet: A5, 8E and BD. RGB value is (165,142,189). Sum of RGB (Red+Green+Blue) = 165+142+189=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A58EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EBD is #5A7142. Grayscale: #9A9A9A. Windows color (decimal): -5927235 or 12422821. OLE color: 12422821.

HSL color Cylindrical-coordinate representation of color #A58EBD: hue angle of 269.36º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58EBD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165142189-
CMYK0.130.2500.26
HSL269.36º26.26%64.9%-
HSV(B)269.36º24.87%74.12%-
XYZ34.3831.0252.32-
YUV154.23147.62135.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=33.27%
G=28.63%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651421890.130.2500.26269.3626.2664.9
HexA58EBDD1901A10d1a41
Octal245216275153103241532101
Binary101001011000111010111101110111001011010100001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58EBD; }

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

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

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

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

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

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

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

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