#A385AC

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

Shades of East Side #A385AC

Tints of East Side #A385AC

Color information

#A385AC (or 0xA385AC) is unknown color: approx East Side. HEX triplet: A3, 85 and AC. RGB value is (163,133,172). Sum of RGB (Red+Green+Blue) = 163+133+172=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A385AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AC is #5C7A53. Grayscale: #929292. Windows color (decimal): -6060628 or 11306403. OLE color: 11306403.

HSL color Cylindrical-coordinate representation of color #A385AC: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A385AC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163133172-
CMYK0.050.2300.33
HSL286.15º19.02%59.8%-
HSV(B)286.15º22.67%67.45%-
XYZ30.9427.5442.71-
YUV146.42142.44139.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=34.83%
G=28.42%
B=36.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631331720.050.2300.33286.1519.0259.8
HexA385AC51702111e133c
Octal2432052545270414362374
Binary10100011100001011010110010110111010000110001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385AC; }

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

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

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

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

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

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

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

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