#A58BB4

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

Shades of East Side #A58BB4

Tints of East Side #A58BB4

Color information

#A58BB4 (or 0xA58BB4) is unknown color: approx East Side. HEX triplet: A5, 8B and B4. RGB value is (165,139,180). Sum of RGB (Red+Green+Blue) = 165+139+180=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A58BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BB4 is #5A744B. Grayscale: #979797. Windows color (decimal): -5928012 or 11832229. OLE color: 11832229.

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

Color convert

RGB165139180-
CMYK0.080.2300.29
HSL278.05º21.47%62.55%-
HSV(B)278.05º22.78%70.59%-
XYZ32.9929.7647.19-
YUV151.45144.11137.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=34.09%
G=28.72%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651391800.080.2300.29278.0521.4762.55
HexA58BB481701D116153f
Octal24521326410270354262577
Binary10100101100010111011010010001011101110110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BB4; }

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

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

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

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

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

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

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

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