#A58FBC

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

Shades of East Side #A58FBC

Tints of East Side #A58FBC

Color information

#A58FBC (or 0xA58FBC) is unknown color: approx East Side. HEX triplet: A5, 8F and BC. RGB value is (165,143,188). Sum of RGB (Red+Green+Blue) = 165+143+188=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A58FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBC is #5A7043. Grayscale: #9A9A9A. Windows color (decimal): -5926980 or 12357541. OLE color: 12357541.

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

Color convert

RGB165143188-
CMYK0.120.2400.26
HSL269.33º25.14%64.9%-
HSV(B)269.33º23.94%73.73%-
XYZ34.4231.2851.8-
YUV154.71146.79135.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=33.27%
G=28.83%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651431880.120.2400.26269.3325.1464.9
HexA58FBCC1801A10d1941
Octal245217274143003241531101
Binary101001011000111110111100110011000011010100001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FBC; }

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

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

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

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

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

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

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

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