#A58BB3

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

Shades of East Side #A58BB3

Tints of East Side #A58BB3

Color information

#A58BB3 (or 0xA58BB3) is unknown color: approx East Side. HEX triplet: A5, 8B and B3. RGB value is (165,139,179). Sum of RGB (Red+Green+Blue) = 165+139+179=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A58BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BB3 is #5A744C. Grayscale: #979797. Windows color (decimal): -5928013 or 11766693. OLE color: 11766693.

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

Color convert

RGB165139179-
CMYK0.080.2200.30
HSL279º20.83%62.35%-
HSV(B)279º22.35%70.2%-
XYZ32.8929.7246.65-
YUV151.33143.61137.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=34.16%
G=28.78%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651391790.080.2200.3027920.8362.35
HexA58BB381601E117153e
Octal24521326310260364272576
Binary10100101100010111011001110001011001111010001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BB3; }

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

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

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

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

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

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

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

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