#A58BBE

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

Shades of East Side #A58BBE

Tints of East Side #A58BBE

Color information

#A58BBE (or 0xA58BBE) is unknown color: approx East Side. HEX triplet: A5, 8B and BE. RGB value is (165,139,190). Sum of RGB (Red+Green+Blue) = 165+139+190=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BBE is #5A7441. Grayscale: #989898. Windows color (decimal): -5928002 or 12487589. OLE color: 12487589.

HSL color Cylindrical-coordinate representation of color #A58BBE: hue angle of 270.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58BBE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165139190-
CMYK0.130.2700.25
HSL270.59º28.18%64.51%-
HSV(B)270.59º26.84%74.51%-
XYZ34.0430.1852.75-
YUV152.59149.11136.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=33.40%
G=28.14%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651391900.130.2700.25270.5928.1864.51
HexA58BBED1B01910f1c41
Octal245213276153303141734101
Binary101001011000101110111110110111011011001100001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BBE; }

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

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

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

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

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

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

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

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