#A58CB4

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

Shades of East Side #A58CB4

Tints of East Side #A58CB4

Color information

#A58CB4 (or 0xA58CB4) is unknown color: approx East Side. HEX triplet: A5, 8C and B4. RGB value is (165,140,180). Sum of RGB (Red+Green+Blue) = 165+140+180=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #A58CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CB4 is #5A734B. Grayscale: #979797. Windows color (decimal): -5927756 or 11832485. OLE color: 11832485.

HSL color Cylindrical-coordinate representation of color #A58CB4: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58CB4 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165140180-
CMYK0.080.2200.29
HSL277.5º21.05%62.75%-
HSV(B)277.5º22.22%70.59%-
XYZ33.1330.0547.23-
YUV152.04143.78137.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=34.02%
G=28.87%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651401800.080.2200.29277.521.0562.75
HexA58CB481601D116153f
Octal24521426410260354262577
Binary10100101100011001011010010001011001110110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CB4; }

 p { color: rgb(165,140,180); }

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

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

 a { background-color: rgb(165,140,180); }

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

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

 span { border-color: rgb(165,140,180); }

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