#A58CBD

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

Shades of East Side #A58CBD

Tints of East Side #A58CBD

Color information

#A58CBD (or 0xA58CBD) is unknown color: approx East Side. HEX triplet: A5, 8C and BD. RGB value is (165,140,189). Sum of RGB (Red+Green+Blue) = 165+140+189=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #A58CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CBD is #5A7342. Grayscale: #989898. Windows color (decimal): -5927747 or 12422309. OLE color: 12422309.

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

Color convert

RGB165140189-
CMYK0.130.2600.26
HSL270.61º27.07%64.51%-
HSV(B)270.61º25.93%74.12%-
XYZ34.0830.4352.22-
YUV153.06148.28136.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=33.40%
G=28.34%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651401890.130.2600.26270.6127.0764.51
HexA58CBDD1A01A10f1b41
Octal245214275153203241733101
Binary101001011000110010111101110111010011010100001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CBD; }

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

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

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

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

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

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

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

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