#A385B6

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

Shades of East Side #A385B6

Tints of East Side #A385B6

Color information

#A385B6 (or 0xA385B6) is unknown color: approx East Side. HEX triplet: A3, 85 and B6. RGB value is (163,133,182). Sum of RGB (Red+Green+Blue) = 163+133+182=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #A385B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385B6 is #5C7A49. Grayscale: #939393. Windows color (decimal): -6060618 or 11961763. OLE color: 11961763.

HSL color Cylindrical-coordinate representation of color #A385B6: hue angle of 276.73º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A385B6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163133182-
CMYK0.100.2700.29
HSL276.73º25.13%61.76%-
HSV(B)276.73º26.92%71.37%-
XYZ31.9427.9447.97-
YUV147.56147.44139.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=34.10%
G=27.82%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631331820.100.2700.29276.7325.1361.76
HexA385B6A1B01D115193e
Octal24320526612330354253176
Binary10100011100001011011011010101101101110110001010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385B6; }

 p { color: rgb(163,133,182); }

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

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

 a { background-color: rgb(163,133,182); }

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

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

 span { border-color: rgb(163,133,182); }

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