#A58CB9

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

Shades of East Side #A58CB9

Tints of East Side #A58CB9

Color information

#A58CB9 (or 0xA58CB9) is unknown color: approx East Side. HEX triplet: A5, 8C and B9. RGB value is (165,140,185). Sum of RGB (Red+Green+Blue) = 165+140+185=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #A58CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CB9 is #5A7346. Grayscale: #989898. Windows color (decimal): -5927751 or 12160165. OLE color: 12160165.

HSL color Cylindrical-coordinate representation of color #A58CB9: hue angle of 273.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58CB9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165140185-
CMYK0.110.2400.27
HSL273.33º24.32%63.73%-
HSV(B)273.33º24.32%72.55%-
XYZ33.6530.2649.97-
YUV152.6146.28136.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=33.67%
G=28.57%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651401850.110.2400.27273.3324.3263.73
HexA58CB9B1801B1111840
Octal245214271133003342130100
Binary101001011000110010111001101111000011011100010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CB9; }

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

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

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

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

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

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

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

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