#A385BD

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

Shades of East Side #A385BD

Tints of East Side #A385BD

Color information

#A385BD (or 0xA385BD) is unknown color: approx East Side. HEX triplet: A3, 85 and BD. RGB value is (163,133,189). Sum of RGB (Red+Green+Blue) = 163+133+189=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A385BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BD is #5C7A42. Grayscale: #949494. Windows color (decimal): -6060611 or 12420515. OLE color: 12420515.

HSL color Cylindrical-coordinate representation of color #A385BD: hue angle of 272.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A385BD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163133189-
CMYK0.140.3000.26
HSL272.14º29.79%63.14%-
HSV(B)272.14º29.63%74.12%-
XYZ32.6828.2451.87-
YUV148.35150.94138.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=33.61%
G=27.42%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631331890.140.3000.26272.1429.7963.14
HexA385BDE1E01A1101e3f
Octal24320527516360324203677
Binary10100011100001011011110111101111001101010001000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385BD; }

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

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

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

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

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

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

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

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