#A58FBB

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

Shades of East Side #A58FBB

Tints of East Side #A58FBB

Color information

#A58FBB (or 0xA58FBB) is unknown color: approx East Side. HEX triplet: A5, 8F and BB. RGB value is (165,143,187). Sum of RGB (Red+Green+Blue) = 165+143+187=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #A58FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBB is #5A7044. Grayscale: #9A9A9A. Windows color (decimal): -5926981 or 12292005. OLE color: 12292005.

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

Color convert

RGB165143187-
CMYK0.120.2400.27
HSL270º24.44%64.71%-
HSV(B)270º23.53%73.33%-
XYZ34.3131.2351.23-
YUV154.59146.29135.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=33.33%
G=28.89%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651431870.120.2400.2727024.4464.71
HexA58FBBC1801B10e1841
Octal245217273143003341630101
Binary101001011000111110111011110011000011011100001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FBB; }

 p { color: rgb(165,143,187); }

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

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

 a { background-color: rgb(165,143,187); }

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

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

 span { border-color: rgb(165,143,187); }

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